Focus Tracker is a desktop application built with Tauri and Vanilla TypeScript that helps users manage their time and maintain focus on tasks.
- Task management and tracking
- Focus timer functionality
- Real-time progress monitoring
- Lightweight and fast performance
- Cross-platform desktop support
- Clone the repository
- Install dependencies:
npm install - Install Rust (required for Tauri): https://rustup.rs/
- Run in development:
npm run tauri dev
To create a production build:
npm run tauri buildsrc/- Frontend code (HTML, CSS, TypeScript)src-tauri/- Rust backend codepublic/- Static assets
Start the development server with hot reload:
npm run devContributions are welcome! Please follow the existing code style and submit pull requests for review.
This project is licensed under the MIT License.