Go to file
Dallas Hoffman 668a8a2d57
Update SQLocal to 0.6.1
2023-09-13 01:02:13 -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
.firebaserc Set up Firebase Hosting 2023-09-11 00:31:53 -04:00
.gitignore Set up Firebase Hosting 2023-09-11 00:31:53 -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
firebase.json Set up Firebase Hosting 2023-09-11 00:31:53 -04:00
package-lock.json Update SQLocal to 0.6.1 2023-09-13 01:02:13 -04:00
package.json Update SQLocal to 0.6.1 2023-09-13 01:02:13 -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