Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.69 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.69 KB

Frontend Mentor - Launch countdown timer solution

This is a solution to the Launch countdown timer challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

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 (start the count at 14 days)
  • Bonus: When a number changes, make the card flip from the middle

Screenshot

Project Screenshot

Links

My process

Built with

  • Mobile-first workflow
  • React - JS library
  • Snowpack

What I learned

  1. Understanding CSS Perspective
  2. Utilizing Transform Property: The 'transform' property, particularly 'rotateX()', allows for the rotation of elements along the X-axis, creating a flip animation effect.

Author

Acknowledgments

  • Frontend Mentor
  • webdev simplified