Skip to content

cloworm/pomodoro

Repository files navigation

Pomodoro App

Next.js JAMstack hosted on Vercel.

Pomodoro app frontend challenge from Frontend Mentor

Screenshots

Desktop

Desktop

Tablet

Tablet

Mobile

Mobile

Features

  • Set a Pomodoro Timer and Short & Long Break Timers
  • Customize how long each timer runs for
  • See a circular progress bar that updates every second and represents how far through the timer a user is
  • Customize the appearance of the app with the ability to set preferences for colors and fonts

Technology Used

Development

  1. Clone repo

    git clone https://github.com/cloworm/pomodoro
    
  2. Install Dependencies

    npm i
    
  3. Run the dev server

    npm run dev
    
  4. Run tests

    npm run test