Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turtureanu/svelte-5-todo-app
A small and simple todo web application made using Sveltekit, Tailwind CSS, and **Svelte 5** in one day.
https://github.com/turtureanu/svelte-5-todo-app
svelte svelte5 sveltekit sveltekit-tailwindcss todo todoapp
Last synced: 3 days ago
JSON representation
A small and simple todo web application made using Sveltekit, Tailwind CSS, and **Svelte 5** in one day.
- Host: GitHub
- URL: https://github.com/turtureanu/svelte-5-todo-app
- Owner: turtureanu
- License: apache-2.0
- Created: 2024-07-31T17:54:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T18:17:08.000Z (3 months ago)
- Last Synced: 2024-10-11T12:05:45.766Z (26 days ago)
- Topics: svelte, svelte5, sveltekit, sveltekit-tailwindcss, todo, todoapp
- Language: Svelte
- Homepage: https://turtureanu.github.io/svelte-5-todo-app/
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelte 5 todo app (one day build)
Demo: [https://turtureanu.github.io/svelte-5-todo-app/](https://turtureanu.github.io/svelte-5-todo-app/)
A small and simple todo web application made using Sveltekit, Tailwind CSS, and **Svelte 5** in one day.
![A screenshot of the app](./screenshot.png)
## Building
```sh
bun install # install dependencies
bun run build # to build
bun run preview # to serve the build
```## Developing
```sh
bun install
bun run dev
```