Newsletter sign-up form solution through TailwindCSS and RegEx

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.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Lescano713
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 helpful
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