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

  • @renanrdsouza

    Submitted

    Hello everyone.

    This challenge was the first one where I used the TailwindCSS framework which is fantastic to work with and helped me a lot to build responsive layouts. I also used a little bit of javascript to make email validation.

    Although, I still got stuck sometimes as I'm learning while I build these projects.

    As always, I appreciate any advice :D

    @AlinaAlexandraVizireanu

    Posted

    Hello, Renan! Your project looks very nice, the only thing that You can add in the JavaScript part is the error message when there is no text in the input "Oops! Please add your email" and when the email is not valid "Oops! Please check your email". For this, you can check first if the value of the email input is an empty string and then test if the email is valid.

    Marked as helpful

    1