This is a simple implementation of a to-do list with CRUD functions
Check out the live demo:
https://to-do-list-five-brown.vercel.app/
- React JS
To run this app locally on your machine, follow these steps:
- Clone the repository:
git clone https://github.com/supreetSekhon/ToDoList.git
- Open the project in VS code and write the below commands in the terminal:
npm install npm run dev
- Start adding items by writing in the input field and clicking add.
- You will see the list builiding below the input field
- You can click on edit or delete to modify or delete the to-do list item.
- CRUD functionality in React JS.