A Simple To Do List Application to Add, View and Delete tasks in a single webpage using React.js
To-Do List Application
This is a To-Do List Application to Add,View, and Delete Tasks accordingly.
Live Link – https://shobhit1338.github.io/To-Do-List-Application/
Features
- Add any number of Tasks from Input Box by clicking ‘Add Todo’.
- Delete any Task from the list according to your choice.
- Empty Input cannot be added as Task.
This Application was created using JavaScript, React.js, and HTML/CSS.
Sample GIF
Installation
This requires React v18.2.0+ to run.
Install the dependencies and start the server.
npm run start
Achieve your Goals!