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 comments

  • three 180

    @ewlondon

    Submitted

    I opted to forgo the implementation of a button to submit the date and instead calculate the age dynamically on input. There are a lot ugly ternary operations that need refactoring but I am learning as I go!

    @PrimeXV

    Posted

    Great job but you can do better. Let's give the next project more shot

    0
  • JanAbe 230

    @JanAbe

    Submitted

    1. how to add the horizontal line and place the image on top of it (in the middle)?
    2. how to animate the numbers while still starting from - - instead of starting from 0?
    3. how to improve code because my validation feels spaghetti-ish
    4. how to show numeric keyboard on phone for a text input?

    Ty in advance.

    @PrimeXV

    Posted

    you should try to ask bing ai/ bard some thing you don't know. probably describe the problem you want to solve. for the line, use hr element to get it then put both the hr and button element inside a div. after that you use css to style to put the button at the right in desktop view and middle of the hr for the mobile view. I hope this explanation points at something

    0