Submitted over 1 year agoA solution to the Age calculator app challenge
Age Calculator using TypeScript, React and TailwindCSS
react, tailwind-css, typescript, vite
@Iamparves

Solution retrospective
Initially, I stored the input values (day, month, year) along with their respective field errors in individual states as objects. But it was a mess when I tried to validate all the input.
Then I extracted all of the fields errors in a single state. It wasn't difficult to validate afterwards. Do you think there's a better way of doing this?
Any other feedback would be appreciated as well.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Parves Hossain Rabby'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