Skip to content

pranaydwivedi444/timer_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stopwatch

A simple JavaScript stopwatch . The stopwatch allows you to start, pause, resume, and reset the timer, as well as record laps. The quotes generator displays random quotes at the top of the page.

Setup-Awesome-Screenshot

Live Link - https://pranaydwivedi444.github.io/timer_counter

Features

  • Start the stopwatch timer.
  • Stop the stopwatch timer.
  • Reset the stopwatch timer.
  • Record lap times while the stopwatch is running.
  • View the lap times in a separate list.
  • Clear the lap times list using the reset button.
  • Lap times are stored in the browser's local storage.
  • Quotes generator with random quotes
  • Responsive design

Tech Stack

Client: HTML CSS JavaScript

Run Locally

Clone the project

 git clone https://github.com/your-username/stopwatch-quotes.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Usage

  • Click the "Start" button to start the stopwatch
  • Click the "Pause" button to pause the stopwatch
  • Click the "Resume" button to resume the stopwatch
  • Click the "Reset" button to reset the stopwatch
  • Click the "Lap" button to record a lap
  • Click the "Clear Laps" button to clear all recorded laps
  • Random quotes will appear at the top of the page

Acknowledgements

  • The quotes generator is based on Quotable API by Luke Peavey.