Timer App using Next.JS

Solution retrospective
I am not satisfied with the flipping effect. I was unsure of how to do it :/
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AGutierrezR
Hello there @joshmichael23 👋. Good job on completing the challenge!
I have some minor suggestions about your code that might interest you.
CSS and Styling:
- Implement CSS custom properties to define and utilize project colors more easily.
- The
body
should not have itsheight
limited. Instead of usingheight: 100vh
, usemin-height: 100vh
.
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord