/pomodo

Minimalist focus timer

Primary LanguageVueApache License 2.0Apache-2.0

Pomodo

Minimalist pomodoro timer

App preview

More screenshots are available here

Features

  • Minimalist interface without distractions
  • Supports notifications
  • Has both light and dark mode
  • Works offline (as a PWA)
  • Accessible

Development

Prerequisites

  • Node.js and npm

Setup

  1. Clone the repository
git clone https://github.com/ivteplo/pomodo
  1. Navigate to the project folder
cd pomodo
  1. Install dependencies
npm install
# or if you prefer yarn:
yarn install
  1. To start a development server:
npm run dev
# or
yarn dev
  1. To build the project:
npm run build
# or
yarn build
  1. Happy hacking! 🎉