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

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.

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
![To-Do App Screenshot](./media/1.png)
![To-Do App Screenshot](./media/4.png)

#### Categories
![To-Do App Screenshot](./media/2.png)
![To-Do App Screenshot](./media/3.png)