This is a simple Todo List application built with React. It allows you to add, delete, edit, and clear items from a todo list.
To get started with Restaurant Explorer, follow these steps:
- Clone the repository:
git clone https://github.com/maryamalsadat-tabatabaei/Todo_list.git
- Navigate to the project directory:
cd Todo_list
- Install dependencies:
npm install
- Start the application: npm start
- Access the application in your browser at http://localhost:3000
-
Add new items: Easily add new items to the todo list by typing them into the input field and pressing Enter or clicking the "Add" button. This allows you to keep track of tasks, reminders, or any other items you need to remember.
-
Delete items: Remove items from the todo list with a single click. Each item in the list has a delete button associated with it, allowing you to quickly and easily remove completed tasks or items that are no longer relevant.
-
Edit items: Edit existing items in the todo list to modify their content. By clicking the edit button on an item, you can make changes to the item's title or other details, ensuring that your list stays up-to-date and accurate.
-
Clear the entire list: If you want to remove all items from the todo list at once, you can use the "Clear list" feature. This button allows you to clear the entire list with a single click, providing a convenient way to start afresh or remove completed tasks in bulk.