This is a solution to the Launch countdown timer challenge on Frontend Mentor.
Users should be able to:
- See hover states for all interactive elements on the page
- See a live countdown timer that ticks down every second
- Solution URL: Solution URL
- Live Site URL: live site URL
- Semantic HTML5 markup
- CSS custom properties
My major lesson from this project was the use of certain Javascript functions like getTime() to aid in particular web page styling.
I also learned about a CSS property known as z-index to overlay one HTML element over another, especially images.
Media query is still a major challenge for me and this project should not have been this difficult for me. Mobile responsiveness is still an area I wish to develop myself in.
Shoutout to Cyprian for helping me out with the code for real-time display of the countdown without reloading the page.