🍅 Pomodoro timer web app built with React. UI design is inspired by Frontend Mentor's challenge.
- Full control (start/stop timer, change mode)
- User-customizable settings (Timer intervals, font size, color theme...)
- Alarm sound
Clone this repo:
git clone https://github.com/quangthan87/react-pomodoro.git
Install dependencies:
npm install
Start the development server:
npm start