Go to file
Dallas Hoffman 51aaeb53cf
Initial commit
2023-09-10 17:49:56 -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 Initial commit 2023-09-10 17:49:56 -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 Initial commit 2023-09-10 17:49:56 -04:00
package.json Initial commit 2023-09-10 17:49:56 -04:00
svelte.config.js Initial commit 2023-09-10 17:49:56 -04:00
tsconfig.json Initial commit 2023-09-10 17:49:56 -04:00
vite.config.ts Initial commit 2023-09-10 17:49:56 -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