Age calculator with vue and sass

Solution retrospective
I think it looks close to the design. Next time I probably would use a date library for the calculation.
What challenges did you encounter, and how did you overcome them?- Implementing the date calculation was somewhat tricky, I didn't want to add a dependency for that so I did that myself (it wasn't actually that hard).
- I proceeded to add a dependency for animating the numbers 🙈
- I have to import the mixins in every component, is there a better way?
- I add the styling to each SFC in a `
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Stefan Vetsch's solution.
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