Skip to content

mihalidis/Pomodore-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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