An application used to manage tasks based on its start time, end time, progress along with timeline views (Gantt Chart), built with ej2-react-gantt package. Gantt chart Task Manager is useful for planning and scheduling projects. It helps you assess how long a project should take, determine the resources needed, and plan the order in which you'll complete tasks.
This project allows monitoring a project's progress once it's underway, too. You can immediately see what should have been achieved by a certain date and, whether the project is behind schedule. It is helpful for managing the dependencies between tasks.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Start Server:
npm start
To Visit App:
http://localhost:3000