Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcomed
Community feedback
- @ArseniyXPosted over 1 year ago
Hello, very nice work!
Requirements miss matches:
- Name field should accept: only word's characters and spaces
- Phone field should accept only numbers and + symbol
- Cannot submit form any numbers show invalid phone number
Technical problems:
css:
- css variables convention is wrong --White should be kebab case and don't use color name as var name it should be like main-background-color
- index.jsx you use as main file of component. it will make difficult to find files
- its return undefined sometimes
plan ${plan.option === selectedPlan && "selected"}
Marked as helpful1 - @visualdennissPosted over 1 year ago
Hey,
congrats on completing the project! It is nice that you validate the form, but i'm stuck on invalid number, even if i entered the placeholder suggestion itself like +1 234 567 890 it still says invalid number. You might consider fixing that.
Hope that's helpful.
Marked as helpful1
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