Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1011 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 1011 Bytes

Task Planner

React based application to add new tasks and move the tasks to completed or available as per need.

Pre-requisites to run the project:

  • git
  • npm

Steps to run the project:

  1. clone the project using https://github.com/Asthay97/TaskPlanner.git command in your terminal.
  2. Go to the project directory using cd TaskPlanner
  3. Use npm i to install all npm dependencies
  4. To run the application on localhost use npm start command.
  • The application runs (in development mode) http://localhost:3000 in the browser.

Screenshots for reference

Screenshot from 2021-08-12 18-24-24

Screenshot from 2021-08-12 18-24-52

Screenshot from 2021-08-12 18-24-54