https://github.com/dylanbuchi/sveltastic-todo
A full-stack task management web app built with SvelteKit, TypeScript and Bulma that allows users to create, edit, remove, search, filter and sort tasks. It uses Lucia for authentication, Prisma for database access and Supabase for data storage.
https://github.com/dylanbuchi/sveltastic-todo
bulma-css lucia-auth prisma supabase svelte sveltekit typescript
Last synced: 28 days ago
JSON representation
A full-stack task management web app built with SvelteKit, TypeScript and Bulma that allows users to create, edit, remove, search, filter and sort tasks. It uses Lucia for authentication, Prisma for database access and Supabase for data storage.
- Host: GitHub
- URL: https://github.com/dylanbuchi/sveltastic-todo
- Owner: dylanbuchi
- Created: 2023-05-03T13:22:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T14:34:11.000Z (over 1 year ago)
- Last Synced: 2025-02-18T04:59:13.925Z (2 months ago)
- Topics: bulma-css, lucia-auth, prisma, supabase, svelte, sveltekit, typescript
- Language: Svelte
- Homepage: https://sveltastic-todo.vercel.app/
- Size: 207 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sveltastic-todo
A full-stack task management web app built with SvelteKit, TypeScript and Bulma that allows users to create, edit, remove, search, filter and sort tasks. It uses Lucia for authentication, Prisma for database access and Supabase for data storage.
Website: https://sveltastic-todo.vercel.app
### Built with:
[](https://kit.svelte.dev/) [](https://www.typescriptlang.org/) [](https://bulma.io/) [](https://prisma.io/) [](https://supabase.com/) [](https://vitejs.dev/)
---

---
# ⌨️ Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------- | :------------------------------------------ |
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:5173` |
| `pnpm build` | Build your production site |## Author
- Website - [Dylan Buchi](https://dylanbuchi.com/)