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 app

@AliSepar

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


What challenges did you encounter, and how did you overcome them?

The part which i had to calculate the age and adding rules to the input boxes in JavaScript was challenging for me , but after time and research i made it work.

Community feedback

Sivaprasath 2,520

@sivaprasath2004

Posted

Hello, I would like to extend my congratulations on completing this challenge.

  • I will give some suggestion i believe its used for improve your skill.
  • In CSS You will use
.container{
    padding: 15px;
    margin-top:150px;
}

I will recomand for Using rem values for padding provides a scalable and flexible approach, especially when considering accessibility and responsive design.

.container{
    padding: 1rem;  //adjust size 
    margin: 10rem; //adjust size
}
0

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