jpacsai / Pomodoro_Clock

πŸ… freeCodeCamp - Front End Libraries Certificate project

Home Page:https://jpacsai.github.io/Pomodoro_Clock/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pomodoro Clock πŸ…

This project is part of the FreeCodeCamp Front End Libraries Certification section

A drum machine app with similar functionality to this codepen. The task was to fulfill the user stories to successfully complete the project.


application screenshot


πŸ“‘ Table of Contents

πŸ”— Live link

Open the page directly from here

🏁 Getting Started

Installation

The system expected to have the following dependencies installed

  • Node.js
  • npm
  • [ yarn ]
  • Git
  1. Clone repository
  2. Navigate into project folder and then install dependencies with npm install
  3. start the server with npm start or yarn start
  4. the aplication runs on http://localhost:3000

Service Worker

Service worker is being activated in the production version.

To get a production version either run yarn or npm
yarn build / npm run build

Built With

Browser compatibility

The site was tested on Google Chrome only

🍴 How to use

  1. The app displays a timer with controls and a section where the user can set the session length and break length.
  2. The timer can be controlled by buttons: start/pause, stop, reset.
  3. When the countdown reaches zero , and a new countdown begins an alarm indicates that time is up and a new countdown begins.
  4. Session and break are alternating, a displays show which is active.

πŸ“œ Licence

This project is licensed under the MIT License - see the LICENSE.md file for details

πŸ’° Credits

About

πŸ… freeCodeCamp - Front End Libraries Certificate project

https://jpacsai.github.io/Pomodoro_Clock/

License:MIT License


Languages

Language:JavaScript 75.9%Language:CSS 18.1%Language:HTML 6.0%