A web application that allows users to create, store, and manage digital "sticky notes" built using HTML
, CSS
, and JavaScript
.
Sticky.Memo.mp4
- Simple to use interface so that you can create a new sticky note easily.
- Users can customize the appearance of their sticky notes by choosing a header color when creating a new note or editing an existing one.
- Sticky notes are stored in the user's
browser's local storage
, allowing them to be accessed and edited even after the browser is closed. - Users can easily delete sticky notes using the built-in delete icon located within each note.
- The application features a filter function that allows users to sort or manage their sticky notes by their header color, preventing notes from getting lost or mixed up. User can divide his sticky notes mapping a specific color for specific type of tasks.
HTML,CSS,JavaScript & Local Storage