Design comparison
SolutionDesign
Community feedback
- @konradbaczykPosted 3 months ago
Generally works well, looks really good :) I can give you some advice's:
- Use more tags for better accessibility. You gave everywhere div and p tags, but you could use form, input, label etc. I recommend you about accessibility and why it's so important.
- Try to avoid using window alerts (like this:
alert("Please select at least one rating!!!");
. ) This provide bad user experience on your sites. Make your own alerts with HTML and CSS.
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