Web - Todo List
Idea
The web app is a simple note-taking application built using JavaScript (vanilla), HTML, and CSS. It provides users with a convenient way to create and manage their notes. The app leverages local web storage, allowing users to retain their notes even after reloading the webpage. With its minimalist design and user-friendly interface, this app offers a seamless note-taking experience.
Features
- New notes can easily create new notes by inputting text into the app. The interface provides a space to enter and save the contents of each note.
- Check complete notes clicking the checkbox, allowing users to mark notes as completed or finished. This feature helps users keep track of their tasks and quickly identify which notes have been addressed.
- Delete single notes if users no longer need a particular note. They can delete it individually.
- Delete all notes is also an option. Besides deleting individual notes, the app provides a feature to delete all notes simultaneously.
- Local web storage. The app utilizes local web storage to store the notes locally on the user's computer. This means that even if the webpage is reloaded or the browser is closed and reopened, the notes will persist, ensuring that users don't lose their data.