MK-Codecademy / CountdownApp

1 stars 2 forks source link

Create list of countdowns for other dates #8

Closed willgarrett64 closed 2 years ago

willgarrett64 commented 2 years ago

At this point, a single functional countdown (for Christmas) should be functional. Build out an object (or JSON file) with multiple dates to countdown to. This could include:

The list itself isn't hugely important for now, but just make sure there are a few to use.

You will then import these countdowns into the Select Countdown sidebar (removing the hardcoded list).

Currently the object being passed into the clock function looks like this:

{
  name: "Christmas",
  date: "2021-12-25", 
   time: "00:00"
}