A web-based real-time collaborative project management system designed to help teams manage projects, tasks, team members, and task progress efficiently.
- User-friendly project management dashboard
- Create and manage projects
- Create and track tasks
- Manage team members
- Real-time task and project updates
- Task status and progress tracking
- SQLite database for data storage
- REST API integration
- Real-time communication using Socket.IO
- Responsive web interface
- HTML5
- CSS3
- JavaScript
- Python
- Flask
- Flask-SocketIO
- REST APIs
- SQLite
- Socket.IO
Real-Time-Collaborative-Project-Management-System/
│
├── backend/
│ ├── app.py
│ ├── README.md
│ └── requirements.txt
│
├── database/
│ ├── project_management.db
│ └── schema.sql
│
├── frontend/
│ ├── index.html
│ ├── script.js
│ ├── style.css
│ ├── 01_dashboard.png
│ ├── 02_create project.png
│ ├── 03_create task.png
│ ├── 04_team member.png
│ └── 05_logout.png
│
└── docs/