Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 635 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 635 Bytes

ToDo Web App

This is an ToDo Web App built with ReactJS. You can add and delete your tasks in the app.
This app also uses local Storage to store the tasks hence tasks are still visible even after refereshing the page.

Setting up Locally

In the project directory, you can run:

  1. First of all Clone the project with
git clone https://github.com/Naresh-chandanbatve/todo-web-app.git 
  1. Then install dependencies with
npm install

or

yarn install 
  1. Start the Project with
npm start
  1. Open http://localhost:3000 to view it in your browser.