Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.44 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.44 KB

Pomodore Clock

This project involves creating a Pomodoro timer with adjustable session and break lengths. Users can increment or decrement the lengths, start and stop the timer, and reset it to default values. The timer displays the remaining time in the format mm:ss and triggers a sound when the timer reaches zero. It also alternates between session and break periods, updating the timer label accordingly. The timer can be paused and resumed, and there is a specific audio element that plays a sound when the timer ends. FreeCodeCamp.

Live:

Table of contents

Overview

Screenshot

Links

My process

Built with

Author

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build