Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.74 KB

File metadata and controls

53 lines (41 loc) · 1.74 KB

Project It!

Table of contents


General info


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

Developed by:

Install


Clone the repo to your local machine then run the following from the root directory

$ npm install 
$ npm start 

Testing


No testing available at this time


Features include:

  • 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