You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Svelte Todo Tailwind
A beautiful and modern Todo List app built with Svelte, Tailwind CSS, and Vite.
## Features
- Add, complete, and delete todos
- Priority indicators (low/medium/high)
- Dark/Light mode toggle
- Animations for a modern feel
- Responsive and mobile-friendly
## Setup
1. Install dependencies:
```bash
npm install
```
2. Run the dev server:
```bash
npm run dev
```
## Build
```bash
npm run build
```
---
MIT License
# svelte-todo-app