Skip to content

mark-scott/pomodoro-plusplus

Repository files navigation

Pomodoro Timer

A simple Pomodoro Timer application built with Qt in C++.

Features

  • Start, reset, and complete a Pomodoro timer.
  • Logs completed timers with timestamps and custom messages.

Requirements

  • Qt 5.x or higher
  • C++11 compatible compiler

Installation

  1. Install Qt:

    brew install qt
  2. Clone the repository:

    git clone https://github.com/mark-scott/pomodoro-plusplus.git
    cd pomodoro-plusplus
  3. Build the project:

    qmake
    make

Usage

Run the compiled binary:

./pomodoro

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published