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.
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
Desktop | Mobile |
---|---|
- Solution URL: Github
- Live Site URL: Launch Countdown Timer - Vercel
- Flexbox
- React - JS library
- react-spring - Animation for react
- Moment js - For handling time related things, because i'm lazy.
- TailwindCSS - For styles
Using react-spring was new for me and i learned alot from it. i used to animate stuff with css but this lib make it lot easier.
- react spring flip - This sandbox helped me with animation and components.
- Frontend Mentor - @majidzahedi