Skip to content

Battledash-2/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 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.
  • svelte-routing Router used for site routing (eg. /edit/:noteId, /view/:noteId, etc)
  • svselect Easy to use select input.
  • 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:

Empty Dashboard Image Dashboard Image

Notes:

Create Note Image Edit Note Image View Note Image