React To-Do List App
This is a simple To-Do List application built with React. It allows users to add tasks, mark them as completed, and delete them. The app also saves the tasks to local storage, so they persist even after refreshing the page. Tailwind CSS is used for styling.
Features
- Add new tasks
- Mark tasks as completed (using checkboxes)
- View completed tasks separately
- Delete tasks
- Persistent data using local storage
- Responsive design with Tailwind CSS
Technologies Used
- React (functional components)
- Tailwind CSS for styling
- Local storage for data persistence