An open API service indexing awesome lists of open source software.

https://github.com/pranaydwivedi444/timer_counter

STOP WATCH
https://github.com/pranaydwivedi444/timer_counter

api css html javscript quotes-generator stopwatch

Last synced: 2 months ago
JSON representation

STOP WATCH

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/48515987/221218258-e752f304-96cd-4f87-a98b-cbe43e13421e.gif)

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

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

```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
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.