Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Battledash-2/svelte-notes-app-archive

Repository files navigation

📝 Svelte Note Application

Public archive / see updated: https://github.com/Battledash-2/notes-app

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:

Empty Dashboard Image Dashboard Image

Notes:

Create Note Image Edit Note Image View Note Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published