The Project Tracking System is a comprehensive tool designed to help teams manage and track the progress of their projects. This system offers features for project planning, task management, progress tracking, and reporting. It is ideal for project managers, team leaders, and any professional who needs to keep projects organized and on track.
- Project Management: Create and manage multiple projects with detailed information.
- Task Management: Add, update, and track tasks with status updates and due dates.
- Team Collaboration: Assign tasks to team members and track their progress.
- Progress Tracking: Visualize project progress with Gantt charts and progress bars.
- Reporting: Generate reports on project status, completed tasks, and team performance.
- User Authentication: Secure user login and management features.
To get started with the Project Tracking System, clone the repository and install the required dependencies:
git clone https://github.com/SakshiFadnavis2003/Project-Tracking-System.git
cd Project-Tracking-System
pip install -r requirements.txt
Here’s a basic example of how to start using the system:
-
Run the Application:
python app.py
-
Access the Web Interface:
Open your web browser and go to
http://localhost:5000
to access the Project Tracking System interface. -
Create a New Project:
Navigate to the "Projects" tab and click "Create New Project" to start a new project.
-
Add Tasks and Assign Them:
Within a project, add tasks, set due dates, and assign tasks to team members.
-
Track Progress and Generate Reports:
Use the "Reports" tab to generate progress reports and view Gantt charts.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries, you can reach me at [email protected].
Thank you for checking out the Project Tracking System!