MK-Codecademy / CountdownApp

1 stars 2 forks source link

Make single (Christmas) working countdown function #7

Open willgarrett64 opened 2 years ago

willgarrett64 commented 2 years ago

This issue is probably going to need to be broken down into a number of tasks/functions, so would be good to do as a pair/small team. You can then discuss amongst yourselves how to divide it up.

I'll leave it up to you to figure out how you want to do it exactly, but things you will probably need are:

My thought is that countdowns will have the below object format.

{
  name: "Christmas",
  date: 20211225 //or however the date should be formatted, that's up to you!
  time: 0000 //some countdowns will have specific times, but for dates like this we just use midnight
}