Submitted over 1 year ago
Intro Component with Sign Up Form using SASS and Bootstrap
#sass/scss#bootstrap
@toshihikotani
Design comparison
SolutionDesign
Solution retrospective
Here's my finished project for this challenge.
This is my first-time combining SASS and Bootstrap. Feel free to give any feedback for improvement.
Happy Coding. :)
Community feedback
- @javascriptor1Posted over 1 year ago
Hi Toshihiko S. Tani ,
Nice work. If you supply an email like [email protected] , the form won't stop you and will submit even though this email is not valid.
Use a tested regular expression pattern for email to make sure only valid emails are allowed. Here is one which I use in all my solutions :
/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
Note : Top level domain should end with 2 characters
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