Submitted 7 months ago
Newsletter sign-up form with success message
@AcharaChisomSolomon
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:
What challenges did you encounter, and how did you overcome them?const validateEmail = (email) => { const re = /\S+@\S+\.\S+/; return re.test(email) && email.length > 0; };
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
- @JreyIVPosted 7 months ago
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 GitHubJoin 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