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

Base-Apparel-Coming soon- Page

yagnik0 420

@yagnik0

Desktop design screenshot for the Base Apparel coming soon page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Feedbacks are welcome.🚀

Happy Coding!🫡

Community feedback

Kimo Spark 2,190

@kimodev1990

Posted

Really great work, Just a few feedbacks :

  • If I don't enter an email or entered a wrong form of email in the input , Then you entered the right email , the label error doesn't disappears .

we could adjust in javascript :

btn.addEventListener('click', function(){
    if (!email.value.match(/^[^\s@]+@[^\s@]+\.[^\s@]+$/)) {
        retryMessage.classList.add('hidden')
        errorIcon.classList.add('hidden')
    }
else {
        retryMessage.classList.remove('hidden')
        errorIcon.classList.remove('hidden')
}
})

Hope you find this Helpful.

Other than that, Keep on the great work.

Marked as helpful

0
yagnik0 420

@yagnik0

Posted

Thank you, for taking your time to review my code.!😊

Yeah I do noticed it now I'll soon implement it.😁

0

Kimo Spark 2,190

@kimodev1990

Posted

@yagnik0 You're always welcome, Anytime....

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