Full CRUD vanilla JS quick-notes app (for ninjas π±βπ€) with localStorage for data persistency
- Vanilla JS
- SCSS
- localStorage
- User can add, update and delete a note
- Important notes can be bookmarked
- Search notes by title or content
- Learn how to implement full CRUD operation with plain JavaScript.
- Using localStorage for persisting data locally at the user's end.
- Implementing full CRUD operation with vanilla javascript.
- Using localStorage for data persistency.
- Extend application scope to features like bookmarking and search option.
- Syncing localStorage with data updates.
- Adding bookmarking option.
- Option to assign a label/category to the notes.
- Notes filtering by category.
- Application theme options.
- SVG icons by Freepik