Battledash-2 / notes-app

Home Page:https://battledash-2.github.io/notes-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ“ 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

About

https://battledash-2.github.io/notes-app/


Languages

Language:Svelte 88.1%Language:JavaScript 7.4%Language:HTML 4.4%