Project information
- Category: Web design
- Client: Event Countdown Timer
- Project date: 03 November, 2022
- Project URL: countingthedays.netlify.app
This application is designed to count down the days until those special events.
The application is made from HTML, CSS and JavaScript and gets its countdown data from a form. Code is then used to hide and show relevant containers at relevant times which presented a challenge, as did populating the countdown fields with correct week, date, time data.
I utilised JavaScript localStorage to ensure that previous countdown data is loaded when the webpage is refreshed or tab is closed, unles the application is reloaded.