A simple digital clock that counts down from 25 minutes, inspired by the classic Pomodoro Technique.
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.
- 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
- Node.js (for development)
- npm (for package management)
- Clone the repository:
git clone https://github.com/jmnyarega/pomodoro-digital-clock.git - Install dependencies:
npm install - Start the app:
npm start
- Run the app and open your preferred web browser.
- Set the countdown duration to 25 minutes (or any other value) by editing the JavaScript code.
This project is licensed under the MIT License. See the LICENSE file in the root directory for details.
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!
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.