Newsletter sign-up form solution through TailwindCSS and RegEx
Design comparison
Solution retrospective
I'm proud of making my first project using TailwindCSS and regular expressions and for my future projects, I want to enhance my tailwind CSS further more.
What challenges did you encounter, and how did you overcome them?I faced problems when I was creating regular expression patterns for the valid email address and through the help of chatGPT, I was able to understand and implement it for faster email validation.
Community feedback
- @Lescano713Posted 4 months ago
Here are three improvements you could make:
Order of CSS Files: Ensure that style.css is loaded after output.css if there is a possibility of style conflicts. This ensures that custom styles in style.css take precedence.
Descriptive alt Text for Image: Update the alt attribute for the image to provide a more descriptive text. This enhances accessibility and SEO.
Comment in JavaScript: Add a comment in the JavaScript code to explain the purpose of the code, improving readability and maintainability.
Marked as helpful0@ei-abdullahPosted 4 months ago@Lescano713 Danae, I appreciate your valuable feedback and will certainly consider your insights for my upcoming projects. Thank You!
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