Go to file
Dallas Hoffman 894abbe1de Update Vite 2023-09-11 00:21:49 -04:00
.vscode Initial commit 2023-09-10 17:49:56 -04:00
patches Initial commit 2023-09-10 17:49:56 -04:00
src Migration fix 2023-09-10 18:06:30 -04:00
static Initial commit 2023-09-10 17:49:56 -04:00
.gitignore Initial commit 2023-09-10 17:49:56 -04:00
.npmrc Initial commit 2023-09-10 17:49:56 -04:00
.prettierignore Initial commit 2023-09-10 17:49:56 -04:00
.prettierrc Initial commit 2023-09-10 17:49:56 -04:00
README.md Initial commit 2023-09-10 17:49:56 -04:00
package-lock.json Update Vite 2023-09-11 00:21:49 -04:00
package.json Update Vite 2023-09-11 00:21:49 -04:00
svelte.config.js Build config fixes 2023-09-10 18:14:54 -04:00
tsconfig.json Initial commit 2023-09-10 17:49:56 -04:00
vite.config.ts Build config fixes 2023-09-10 18:14:54 -04:00

README.md

Sticky Notes App

A simple notes app built with SvelteKit, Kysely, and SQLocal.

  • Notes can be written in Markdown for rich formatting
  • Tag notes to categorize and filter them
  • Dark theme or light theme
  • Local-first; all data is stored on-device