Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```