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.
In the project directory, you can run:
- First of all Clone the project with
git clone https://github.com/Naresh-chandanbatve/todo-web-app.git
- Then install dependencies with
npm install
or
yarn install
- Start the Project with
npm start
- Open http://localhost:3000 to view it in your browser.