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

All solutions

  • Submitted


    For the creation of the project I used Vite + React and for the styles I used Tailwind.

    The project was divided into components. The useState hook was used to change the state when calculating the age.

    Something interesting was understanding how to handle states between parent and child components.

    Problems: when entering the year of birth, it only calculates when a 2-digit year is entered and not a 4-digit year. I couldn't find a solution to this problem.

    Any suggestion is welcome !

  • Submitted


    Hello community!

    After two days I finished the project. The truth is that the responsive part cost me a lot of questions:

    • Which breakpoints are the ideal ones to use?
    • Which measurement units are the best ones to avoid doing so much code at the end?

    Suggestions?