Skip to content

Meli-Nzekele/StackUp-multi-timer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Screenshot

StackUp - Multple Timer1 StackUp - Multple Timer2