Skip to content

jmnyarega/pomodoro-digital-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro Digital Clock

A simple digital clock that counts down from 25 minutes, inspired by the classic Pomodoro Technique.

Description

This is a basic implementation of a digital clock in JavaScript and HTML5. The clock counts down from 25 minutes (or 1500 seconds) at a rate of one minute per second. When the time reaches zero, it displays "Break!" to simulate the traditional Pomodoro Technique break.

Features

  • Counts down from 25 minutes
  • Displays current time and remaining time in both hours and minutes format
  • Resets to 25 minutes when the countdown reaches zero

Requirements

  • Node.js (for development)
  • npm (for package management)

Installation

  1. Clone the repository: git clone https://github.com/jmnyarega/pomodoro-digital-clock.git
  2. Install dependencies: npm install
  3. Start the app: npm start

Usage

  1. Run the app and open your preferred web browser.
  2. Set the countdown duration to 25 minutes (or any other value) by editing the JavaScript code.

License

This project is licensed under the MIT License. See the LICENSE file in the root directory for details.

Contributing

Feel free to contribute to this project by opening a pull request or submitting a bug report. I welcome any suggestions or ideas that can improve the digital clock!

License Agreement

By contributing to this project, you agree to license your contributions under the MIT License. See the LICENSE file in the root directory for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published