Design comparison
Solution retrospective
This is my very first Frontend Mentor Challenge I hope you guys like it.
Community feedback
- @FluffyKasPosted over 1 year ago
Hi,
It looks good, but instead of using a list for the ratings, a checkbox input would be a better solution (it would also get rid of the problem of multiple selects). You can then hide the actual checkboxes with css, and style their labels to look like buttons.
Other than that, as it has been mentioned before, transitions are always a nice addition to any project.
Overall though, great job and congrats on finishing your first challenge :)
Marked as helpful2 - @YosityPosted over 1 year ago
Good work, One thing I found is, you can select multiple ratings at ones, make sure it selects only one.
Other than that, it's my personal preference but I like smoothness in a site (when the background-color of the button changes for example), look for transition property online and try to implement it, it definitely is a + point.
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