This is a simple ToDo application built with React. It allows users to add, edit, and delete tasks, and it persists tasks using local storage.
- Add new tasks
- Add enviroments for sub lists such as Home | Work | Errands
- Edit existing tasks
- Mark tasks as completed
- Delete tasks
- Persist tasks using local storage
- React
- SCSS for styling
To get started with the ToDo app, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install dependencies using
npm install. - Run the app using
npm run dev. - Open your browser and go to
http://localhost:5173to view the app.
- Type a task in the input field and press the "Add" button to add it to the list.
- Click on the "Edit" button next to a task to edit its text.
- Click on a task to mark it as completed. Click again to undo.
- Click on the "Delete" button next to a task to delete it from the list.
- Click on the "Clear List" button to remove all tasks from the list.
This ToDo app was created by @Simunition715.
This project is licensed under the MIT License - see the LICENSE file for details.