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

https://github.com/meli-nzekele/stackup-multi-timer-app

Multi-timer application built following StackUp instructions/code
https://github.com/meli-nzekele/stackup-multi-timer-app

css git github github-desktop html javascript stackup timer vscode

Last synced: about 2 months ago
JSON representation

Multi-timer application built following StackUp instructions/code

Awesome Lists containing this project

README

        

StackUp 

# Multiple Timers Web App - StackUp

## **_Brief description_**

Multi-timer application where the users will be able to set multiple timers and each timer will be able to run independently. We will use setInterval() to countdown, and each timer object the user creates will contain key properties like the current time, original time set, and the current state. Each timer object will be stored in an array.

Live demo available at: https://meli-nzekele.github.io/StackUp-multi-timer-app/

## **_Learning objectives_**

- Manipulate Objects and display them within the DOM
- Use Anonymous Functions and the Math Module to format numbers and time

## **_Development_**

- **Technologies**

- HTML
- CSS
- Javascript
- GitHub Desktop

- **Resources**

- REQUIRED HTML, CSS & JAVASCRIPT provided by https://app.stackup.dev/quest_page/multiple-timers-web-app

## **_Screenshot_**

![StackUp - Multple Timer1](/images/timerscreen1.png)
![StackUp - Multple Timer2](/images/timerscreen2.png)