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
- Host: GitHub
- URL: https://github.com/meli-nzekele/stackup-multi-timer-app
- Owner: Meli-Nzekele
- Created: 2022-11-09T14:56:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T16:50:59.000Z (over 2 years ago)
- Last Synced: 2025-02-06T22:14:03.848Z (3 months ago)
- Topics: css, git, github, github-desktop, html, javascript, stackup, timer, vscode
- Language: JavaScript
- Homepage: https://meli-nzekele.github.io/StackUp-multi-timer-app/
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# 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_**

