React based application to add new tasks and move the tasks to completed or available as per need.
- git
- npm
- clone the project using
https://github.com/Asthay97/TaskPlanner.gitcommand in your terminal. - Go to the project directory using
cd TaskPlanner - Use
npm ito install all npm dependencies - To run the application on localhost use
npm startcommand.
- The application runs (in development mode)
http://localhost:3000in the browser.


