📝 Svelte Note Application
Basic CRUD application for Svelte.
Try it here!
Create notes, delete notes, edit notes, and view notes.
Fully featured using routes in pure Svelte.
Note: the storage system isn't very optimized. Feel free to create a pull request ;)
📩 Dependencies:
- bootstrap
Used for styling the site.
- svroutes
Router used for site routing (eg. /edit/:noteId, /view/:noteId, etc)
- svelte
Javascript framework used to create the application.
- vite
Build/developer tools used to run Svelte.
- uuid Generate note ids easily.
- marked Get HTML from markdown text.
Images:
Dashboard:
Notes: