Skip to content

forkbomb-2491/task-manager

Repository files navigation

Task Manager

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.

Download Rust

  1. Go to https://www.rust-lang.org/learn/get-started
  2. Download RustUp
  3. Run the Installer

Installing Tauri

  1. Open VS Code and install these extensions:
  1. Run npm install in the Terminal
  2. Run npm run tauri dev to run the app, npm run tauri build to build it

Resources

Tauri JS/TS Docs: https://tauri.app/v1/api/js/ \