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

https://github.com/code-raushan/stopwatch-js


https://github.com/code-raushan/stopwatch-js

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Stopwatch built with HTML, CSS and Vanilla JavaScript

## The UI of the App has been made with pure HTML and CSS with logic written purely in Vanilla JavaScript.

- Made use of `setInterval` and `clearInterval` to bring asynchronous functionality and interval timing features as required by the application.

Here is how the web app looks:
![stopwatch](./stopwatch.png)