This project is a simple, responsive Todo List application. It allows users to add, delete, and edit todo items.
- Add todo items
- Delete todo items
- Edit todo items
- Clone the repository:
git clone https://github.com/your-username/todo-list.git
- Navigate to the project directory:
cd todo-list
- Install dependencies:
npm install
- Run the development server:
npm start
The app will be available at http://localhost:3000
.
- Add a todo item: Type a task in the input field and press "Enter" or click the "Add" button to add the item to the list.
- Delete a todo item: Click the "Delete" button next to the item you want to remove.
- Edit a todo item: Click the "Edit" button next to the item you want to modify. Make your changes and press "Enter" or click outside the input field to save.
This project is licensed under the MIT License. See the LICENSE
file for more information.