https://github.com/yue1123/tauri-app-todo
tauri app todo appliction demo
https://github.com/yue1123/tauri-app-todo
react tauri tauri-app tauri-apps todoapp todolist
Last synced: 2 months ago
JSON representation
tauri app todo appliction demo
- Host: GitHub
- URL: https://github.com/yue1123/tauri-app-todo
- Owner: yue1123
- Created: 2022-07-04T16:30:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T12:26:36.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T06:14:32.093Z (4 months ago)
- Topics: react, tauri, tauri-app, tauri-apps, todoapp, todolist
- Language: CSS
- Homepage:
- Size: 20.7 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tauri app
Beautiful todo app example built on Tauri + React + Ts
## functions
1. todo
1. add
2. delete
3. drag to sort
4. edit
5. 过滤状态
2. theme
1. light
2. dark
3. auto
3. window on top
4. frosted background(macos)
5. data catch
## windows
![]()
![]()
![]()
![]()
[download](./release/Todo%20List_0.1.0_x64_en-US.msi)
## macos (apple m1)
![]()
![]()
![]()
![]()
[download](./release/Todo%20List_0.1.0_aarch64.dmg)
## run
```bash
git clone https://github.com/yue1123/tauri-app-todocd ./tauri-app-todo
pnpm install
bash ./gen-theme-css.sh
pnpm run tauri_dev
```