A simple and fast cross-platform Todo App built with Tauri.
This project combines a lightweight Rust backend with a modern web frontend to create a desktop application that is:
β¨ Secure β Powered by Rustβs memory safety and Tauriβs secure APIs
β‘ Lightweight β App size in just a few MB (unlike heavy Electron apps)
π₯ Cross-Platform β Runs on Windows, macOS, and Linux
π Private β Your data stays on your device, no cloud required
# clone the repo
git clone https://github.com/Zx-Akito/todo-app.git
cd todo-tauri
# install dependencies
npm install # or pnpm/yarn
# run in development mode
npm run tauri dev
# build for production
npm run tauri build