ProjectO helps team members developers to manage the projects they work on. once ProjectO started, a user can create an account and login using that account. In the home page, the user can create links for the projects he/she works on. Each project shall have name, description and tasks. By clicking on the project link, the system shall navigate the user to the tasks page related to that project. In tasks page, the user can add the tasks which must be done to complete the project. During task creation, the user shall specify task description, status (Not initiated yet, in progress or done), its complexity and a team member who is responsible to complete that task. Each task could be updated and deleted.
- Node.js
- MongoDB
From the root directory, execute the following commands:
npm install
Execute the following command to start the application running:
npm start
https://manageprojects.herokuapp.com/
- Abdulhameed - Team Leader
- Abdullatif - Team Member
- Qays - Scrum Master
- Shatha - Product Owner