Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marx-wrld/tauri-app
A simple todo list Tauri desktop application.
https://github.com/marx-wrld/tauri-app
rust tauri-app typescript
Last synced: 2 days ago
JSON representation
A simple todo list Tauri desktop application.
- Host: GitHub
- URL: https://github.com/marx-wrld/tauri-app
- Owner: Marx-wrld
- Created: 2022-11-25T10:05:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T14:13:47.000Z (10 months ago)
- Last Synced: 2024-01-28T15:31:19.769Z (10 months ago)
- Topics: rust, tauri-app, typescript
- Language: TypeScript
- Homepage:
- Size: 254 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tauri-app
This is a simple todo list Tauri desktop application that allows users to manage a list of tasks, including adding new tasks, marking tasks as completed, and removing tasks. The app utilizes local storage to persist tasks between sessions and features a clean and responsive user interface.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
## Create tauri app
```
npm create tauri-app@latest
```## Tauri cli
```
npm install --save-dev @tauri-apps/cli
```
## Run
```
npm run tauri dev
```