Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 652 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 652 Bytes

Day 02 - Ugly Advent Calendar 🗓️

Challenge

Improve the user experience of an advent calendar. The current design is basic and lacks functionality, so the goal is to make it more interactive and visually appealing.

Stretch goals:

  1. Make the calendar more interactive; clicking each day could "open" that day.

  2. Every day that is open display a random Christmas gift (or chocolate?) in the box.

  3. Save the state of the calendar in LocalStorage.

Solution

Scrim code 👈


🔙 Javascriptmas 2024