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

Newsletter sign-up form with success message

P

@AcharaChisomSolomon

Desktop design screenshot for the Newsletter sign-up form with success message coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


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

During this project, I learned about form validations and handling form data. Here's a snippet of the JavaScript code I used for email validation:

const validateEmail = (email) => {
    const re = /\S+@\S+\.\S+/;
    return re.test(email) && email.length > 0;
};

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

Nothing major.

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

Nothing for now, any tips on how to improve are welcome!!!

Community feedback

@JreyIV

Posted

Good job on this project, it looks super close to the original design

I don't have anything really to critique you on tbh, great job

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