Back to Projects
Todos app
Erik Nguyen / August 18, 2022
Todos App
This project is a Todos app built with a custom UI library. It provides a simple and intuitive interface for managing your tasks, allowing you to add, check, edit, and remove todos. The app also features the ability to filter todos by active and completed status, as well as the option to remove all completed todos at once. Additionally, the app ensures that your todos are saved and persist even after refreshing the page.
Main Function Points
- Add new todos
- Check/uncheck todos as completed
- Check multiple todos at once
- Filter todos by active and completed status
- See the number of remaining todos
- Edit todos by double-clicking on them
- Remove individual todos
- Remove all completed todos at once
- Save and persist todos even after page refresh
Technology Stack
- HTML
- CSS
- Vanilla JavaScript