Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I tried my best to make this working but i feel there is still some bugs in this project. Help me improve this project by suggestions on bugs. All Feedbacks are welcomed ❤️.
Community feedback
- @Naren-ReactDevPosted 8 months ago
Hi, Congratulations on completing the challenge.
I quickly notice few things.
1)Name may not be required to be validated for empty space.
2)email name can have special characters, add special chars as below. suggest to use below
^[A-Za-z0-9.-_]+@[A-Za-z]+.[A-Za-z]+$
3)I feel we don't need to validate the spaces and country codes can be 2 digits also. suggest to use below
^+\d{10,11}$
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