Submitted over 2 years ago
Responsive Coming Soon page with TailwindCSS
#tailwind-css
@yash-278
Design comparison
SolutionDesign
Solution retrospective
Hi, FrontEnd Mentor Community, this is my solution for Coming Soon Page Challenge.
Feedback Welcome 😊
Community feedback
- @isprutfromuaPosted over 2 years ago
Hi there. You did a good job 😎
keep improving your programming skills🛠️
your solution looks great, however, if you want to improve it, you can fix these points:
- this code is repeated several times. It is better to make it a separate function
emailNone.classList.add("hidden"); emailSuccess.classList.add("hidden"); emailError.classList.remove("hidden"); inputBox.classList.remove("border-Blue"); inputBox.classList.add("border-LightRed");
- don't use var
var mailformat = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/;
I hope my feedback will be helpful. You can mark it as useful if so 👍
Good luck and fun coding 🤝⌨️
Marked as helpful0
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