Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 625 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 625 Bytes

Pomodoro Web App

🍅 Pomodoro timer web app built with React. UI design is inspired by Frontend Mentor's challenge.

Screenshot

Features

  • Full control (start/stop timer, change mode)
  • User-customizable settings (Timer intervals, font size, color theme...)
  • Alarm sound

Running

Clone this repo:

git clone https://github.com/quangthan87/react-pomodoro.git

Install dependencies:

npm install

Start the development server:

npm start