https://github.com/erffy/todo-list
Simple to-do app.
https://github.com/erffy/todo-list
Last synced: 2 months ago
JSON representation
Simple to-do app.
- Host: GitHub
- URL: https://github.com/erffy/todo-list
- Owner: erffy
- Created: 2024-06-12T13:11:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T13:19:08.000Z (11 months ago)
- Last Synced: 2025-01-18T12:48:10.994Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To-Do App
- Simple to-do app### Technologies
- [Vue](https://vuejs.org)
- [TailwindCSS](https://tailwindcss.com)
- [Vite](https://vitejs.dev)### Run
```bash
# Install dependencies
npm i# Preview (localhost only)
vite preview# Preview (localhost & local network)
vite preview --host# Build (serve recommended for run)
vue-tsc && vite build
serve dist
```### Screenshots
#### Modern UI

#### Categories

