ivteplo / pomodo

Minimalist focus timer

Home Page:https://ivteplo.github.io/pomodo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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! 🎉

About

Minimalist focus timer

https://ivteplo.github.io/pomodo

License:Apache License 2.0


Languages

Language:Vue 65.1%Language:JavaScript 21.6%Language:CSS 11.6%Language:HTML 1.7%