Submitted 10 months ago
Age Calculator using TypeScript, React and TailwindCSS
@Iamparves
Design comparison
SolutionDesign
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.
Community feedback
Please log in to post a comment
Log in with GitHubJoin 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