Skip to content

doukous/onde-desktop

Repository files navigation

Choc

A simple and beautiful Pomodoro timer.

Choc is a desktop application. It provides a simple and elegant way to stay focused using the Pomodoro Technique.

Features

  • Pomodoro timer
  • Customizable timer settings
  • Minimalist and user-friendly interface

Getting Started

Installation and Running

  1. Clone the repository:
    git clone https://github.com/your-username/choc.git
    cd choc
  2. Install the dependencies:
    npm install
  3. Start the development server:
    npm start

Build

To build the application, you can use the following commands:

  • All platforms:

    npm run package
  • Linux:

    npm run package:linux
  • Windows:

    npm run package:win
  • macOS:

    npm run package:mac

This will create distributables files in the dist directory.

About

A pomodoro timer

Resources

Stars

Watchers

Forks

Packages

No packages published