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.git
command in your terminal. - Go to the project directory using
cd TaskPlanner
- Use
npm i
to install all npm dependencies - To run the application on localhost use
npm start
command.
- The application runs (in development mode)
http://localhost:3000
in the browser.