Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Age Calculator

#accessibility#react
Adarsh 1,560

@adram3l3ch

Desktop design screenshot for the Age calculator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Feedbacks will be appreciated :)

Community feedback

@ShivangamSoni

Posted

Currently, Your project doesn't really work because you are using the wrong format while passing the date to new Date() hence, the app calculates the answer as NaN & your Alphanumeric Component Renders it as 000.

Look at these for more info:

You need the Following Change:

const dob = new Date(`${year}-${month}-${day}`); // Age.tsx Line #21

Also, the Arrow Icon is supposed to be the Submit button.

1

Please log in to post a comment

Log in with GitHub
Discord logo

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