Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 1 year ago

Age-calculator-app

Eric Aguayo•1,375
@EAguayodev
A solution to the Age calculator app challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm most proud of using the CSS reset to start now and in the future with other challenges. I've seen it eliminate some code I don't have to add in specific projects.

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

Challenges I encountered were my input tags on mobile stacking in a column when, for example, I would act like an end user, forgetting to put in the correct numbers in their box and have the error text display. I fixed this by creating a fieldset tag to wrap the inputs and display them in a row for mobile and desktop devices.

What specific areas of your project would you like help with?

I would like to receive feedback on a specific challenge I encountered. A community member had already provided me with a suggestion, but I wanted to share my experience as well. I attempted to use flex-wrap: wrap to adjust the gap, width, and height of the inputs in order to eliminate the width specified in ch units around the div with the class .input-group. However, I ended up facing a stacking issue once again. I reverted to my previous code, which worked, but I still seek feedback on how to achieve this without relying on a gap property or width specified in ch units.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Eric Aguayo'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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner
  • Use cases

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License