A responsive and interactive to-do list application built with React.
This app helps users manage their daily tasks efficiently by adding, completing, and deleting items.
The app uses localStorage to save tasks, ensuring they persist even after the page is refreshed.
- Add Tasks: Enter tasks in the input field and click "Add" to create new to-dos.
- Mark as Complete: Click on tasks to toggle between complete and incomplete states.
- Delete Tasks: Remove tasks using the delete button.
- Local Storage Integration: Tasks are saved in local storage and persist after reloading the page.
- Responsive Design: Optimized for various screen sizes.
- React: Component-based architecture for building the user interface.
- Tailwind CSS: For modern and responsive styling.
- LocalStorage: To store and retrieve tasks.
-
Clone the repository:
git clone https://github.com/V3n0nX/to-do-list-app.git cd your-repo -
Install the required dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and visit
[http://localhost:5173/]to see the page in action!

