The Project Tracking System is a C++ application designed to manage and track projects using Object-Oriented Programming (OOP) principles. It allows for efficient management of project tasks, issues, and team members.
- Project Management: Create and manage projects with detailed information.
- Task Management: Assign tasks to team members and track their progress.
- Issue Tracking: Log, track, and resolve issues within projects.
- Team Management: Manage team members and their roles.
- File Management: Data is stored in text files for easy access.
- Project.cpp, Project.h: Project-related functionality.
- Task.cpp, Task.h: Task management.
- Issue.cpp, Issue.h: Issue tracking.
- User.cpp, User.h: User management.
- Member.cpp, Member.h: Team member management.
- Clone the repository:
git clone https://github.com/Poorvajha17/Project-Tracking-System.git
- Open the project in an IDE like Code::Blocks.
- Build and run the project.
- Interact with the system through the command-line interface (CLI).
- Create, update, and track projects, tasks, and issues.