Project It is a simple project management tool that allows you to create projects, tasks, and a team. As a project administrator, you can create tasks with deadlines and assign users to those tasks. Your tasks are then visually displayed so that you can see where they overlap and when things are due. Visit the deployed site here
Clone the repo to your local machine then run the following from the root directory
$ npm install
$ npm start
No testing available at this time
- Allows login or register of new user
- A central dashboard with gantt chart, team display, and project display
- User add projects, tasks, and users
- Tasks can be classified as Requested, To Do, In Progress, and Done
- User can log out