Todo List App ā
A simple, fast, and intuitive Todo List App that helps users organize and track their daily tasks efficiently. Built using React + Vite and styled with Tailwind CSS, the app provides a clean, responsive interface with dynamic features to manage tasks.
Features
- Add tasks: Users can quickly add new tasks to their to-do list.
- Mark tasks as complete: Strike through completed tasks with a single click.
- Delete tasks: Remove unwanted tasks effortlessly.
- Responsive design: Works seamlessly on all screen sizes and devices.
- Dynamic styling: Tasks are visually updated when marked as complete.
- Local Storage support: Tasks persist even after refreshing the browser.
Project Link
You can view the live demo of the project here:
š Live Demo
How to Use
- Add a task: Type a task in the input field and press the Add Task button.
- Complete a task: Click the checkbox next to a task to mark it as complete.
- Delete a task: Click the Delete button to remove a task.
- Track progress: View all tasks and monitor your progress in real time.
Technologies Used
- React + Vite: A fast and efficient framework for building interactive user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapid UI design.
- JavaScript (ES6+): Used for handling dynamic content and state management.
- Local Storage: For persisting tasks across sessions.