This app helps people with ADHD (or those prone to procrastination) get more done, thus alleviating anxiety and pressure. The program’s killer features include the “Help!” tab that suggests tasks when you’re overwhelmed or having trouble getting started, a notification system that checks in on you and keeps you focused, and the task/project planner for breaking down bigger projects into smaller tasks.
- Go to https://www.rust-lang.org/learn/get-started
- Download RustUp
- Run the Installer
- Open VS Code and install these extensions:
- https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode
- https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer
- Run
npm install
in the Terminal - Run
npm run tauri dev
to run the app,npm run tauri build
to build it
Tauri JS/TS Docs: https://tauri.app/v1/api/js/ \