Got it โ โ hereโs your Focus Clock README rewritten in the same style/structure as your Waldo Finder project:
Focus Clock is a modern, cross-platform productivity timer app that helps you stay focused with customizable timers and Pomodoro sessions. Built with Tauri, SolidJS, and TypeScript for speed, simplicity, and local performance.
This app was built in just 2 hours and designed specifically for display on a second monitor to keep you focused without cluttering your main screen.
-
๐ Pomodoro Timer: Classic Pomodoro technique with customizable work/break intervals.
-
โฒ๏ธ Custom Timers: Create and manage multiple timers for different tasks.
-
๐จ Modern UI: Clean, responsive interface powered by SolidJS + TailwindCSS.
-
๐ป Cross-Platform: Works on Windows, macOS, and Linux with Tauri backend.
-
๐พ Persistent Settings: Your preferences and timer configurations are saved locally.
Home: Overview of your timers and recent activity.
Navigation Menu: Quick minimal navigation menu without distractions.
Pomodoro: Start sessions with configurable intervals.
Timer Gallery: Manage your custom timers.
Pomodoro Settings: Here you can save your pomodoro preferences.
About: About page that describes the project.
src/
โโโ components/ # Reusable UI components
โโโ routes/ # Pages and routing
โโโ hooks/ # Custom hooks for timer logic
โโโ config/ # App configuration
โโโ types/ # TypeScript types
โโโ style/ # TailwindCSS styles
src-tauri/ # Tauri backend (Rust)
โโโ src/ # Rust source code
โโโ tauri.conf.json # Tauri config
-
Prerequisites:
- Node.js (v16+)
- pnpm
- Rust (latest stable)
-
Clone and install dependencies:
git clone <repository-url> cd focus-clock pnpm install
-
Run in development mode:
pnpm start
-
Build for production:
pnpm build pnpm tauri build
The app will be available in
src-tauri/target/release/.
Contributions are welcome! If you want to fix bugs, add features, or improve the codebase:
- Fork the repo
- Create a feature branch (
git checkout -b feature/MyFeature) - Make your changes and test
- Push and open a Pull Request
- Pomodoro timer with intervals
- Custom timers
- Persistent settings
- Stats and reports
- Advanced theming
- Cloud sync
MIT License โ see LICENSE file for details.
- GitHub: mohaneddz
- Email: mohaned.manaa.dev@gmail.com
Do you want me to also add fancy shields for features (like Pomodoro, timers, cross-platform) to make it match the โflashyโ vibe of your old readme?





