A simple, clean todo list application built with vanilla HTML, CSS, and JavaScript.
- Add new todos by typing and pressing Enter
- Mark todos as complete/incomplete by clicking on them
- Filter todos by status (All, Active, Completed)
- Clean, responsive design
- No build tools or dependencies required
- Clone this repository
- Open
index.htmlin your web browser - Start managing your todos!
- Add a todo: Type in the input field and press Enter
- Complete a todo: Click on any todo text to toggle its completion status
- Filter todos: Use the navigation buttons (All, Active, Completed) to view different todo states