A simple and interactive To-Do List application built with React. This project allows users to add, view, and delete tasks in a clean and user-friendly interface.
- Add a task: Enter a task in the input field and click "Add" to include it in the list.
- Delete a task: Click the "Delete" button next to a task to remove it from the list.
- Responsive design: The app is designed to work seamlessly on different screen sizes.
- React: A JavaScript library for building user interfaces.
- JavaScript: The programming language used for the app's logic.
- CSS: For styling the application.