Age Calculator with animation using JS and SASS

Solution retrospective
For the button, I used an image within a button as it seemed easier to style. Is it correct to have the icon as an image within the button or would setting it as the background of the button be better? Any other feedback also welcomed.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @varunregal
Code looks great. You're missing one edge case, if the user enters
12-12-2024
the result is an empty year which shouldn't be the case. It should give out an error saying the date shouldn't be in the future.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