Welcome to the To-Do App! This app helps you stay organized by allowing you to create, update, delete, and mark tasks as completed. Built with React, this app is a great starting point for learning modern frontend development or managing personal tasks.
- ✏️ Add Tasks: Quickly add new tasks to your to-do list.
- ❌ Delete Tasks: Easily remove tasks you no longer need.
- 🔄 Update Tasks: Convert tasks to uppercase with a single click.
- ✔️ Mark as Done: Toggle tasks between completed and not completed.
- 🎨 Task Styles: Visual cues for completed tasks (strikethrough, gray color).
To run this app locally, follow these steps:
-
Clone the Repository
git clone https://github.com/your-username/todo-app.git cd todo-app