Skip to content

Max-OSSoftware/react-pomodoro-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Model

Pomodoro Clock

a Pomodoro Clock built using React and Bootstrap. The Pomodoro technique is a time management method that uses a timer to break work into intervals, traditionally 25 minutes in length, separated by short breaks. This clock allows users to set session and break times, start, stop, and reset the timer, and it alerts the user with a sound when the time is up.

Features

  • Set session and break lengths
  • Start, pause, and reset the timer
  • Audio alert when a session or break ends
  • Responsive UI design using Bootstrap and custom CSS

Technologies Used

  • React: A JavaScript library for building user interfaces
  • Bootstrap: For responsive UI components
  • Custom CSS: For additional styling
  • Google Sounds: Integrated for the alarm sound

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before running this project, you must have Node.js and npm installed on your system. Node.js is used to run JavaScript outside the browser, and npm is a package manager for JavaScript.

  • Download Node.js
  • npm is distributed with Node.js - which means that when you download Node.js, you automatically get npm installed on your computer.

Installing

  1. Clone the repository to your local machine:
    git clone https://github.com/zapboy216/pomodoro-clock.git