Design comparison
Solution retrospective
I wasn't able to finish the client side validation had a lot of problem with that aspect hopefully with the next project I'll be able to understand it and implement it better in my code. On the bright side i was able to use bootstrap for the styling and the responsive design I wasn't still able to achieve
Community feedback
- @FarisPalayiPosted over 3 years ago
I haven't looked at your code, but, if you want to learn about client-side validation, read this guide from MDN if you haven't already.
Also, currently, the social media links are not available in the accessibility tree, nor it is focusable, so wrap the icons in an anchor
<a>
tag since those are links to other webpages and also give it an informativearia-label
ortitle
to improve accessibility.Nice solution btw👍
Have fun coding✨
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