Todo App
A production-ready Todo application built with HTML, CSS, and Vanilla JavaScript.
Project Overview
The app allows users to manage tasks efficiently with CRUD functionality, filtering options, theme switching, and persistent storage using LocalStorage.
- Add new tasks
- Edit existing tasks
- Delete tasks
- Mark tasks as completed
- Filter tasks
- Clear completed tasks
- Theme toggle
- LocalStorage persistence
- Responsive design
Key Features