27 lines
584 B
Markdown
27 lines
584 B
Markdown
---
|
|
title: 'Task Manager App'
|
|
description: 'A collaborative task management application with real-time updates'
|
|
links:
|
|
github: 'https://github.com/username/task-manager'
|
|
live: 'https://tasks.example.com'
|
|
---
|
|
|
|
# Task Manager App
|
|
|
|
A full-stack task management application that helps teams collaborate and stay organized.
|
|
|
|
## Key Features
|
|
|
|
- Real-time collaboration
|
|
- Task assignments and due dates
|
|
- Project organization
|
|
- Priority levels
|
|
- Search and filtering
|
|
|
|
## Tech Stack
|
|
|
|
- Frontend: React, TypeScript
|
|
- Backend: Node.js, Express
|
|
- Database: PostgreSQL
|
|
- Real-time: Socket.io
|