@tan911
Posted
👋Hello, @ucod3, and congratulations on completing this challenge🎉. Here's my suggestion and to answer some of your questions as well.
- In tailwindcss you can refactor your classes by using layers in your main css file, instead of styling your buttons individually with the same classes, just put your one style in 'style.css'.
- I think the ratings styles of clicked button will confused your user of selecting it and also the functionality there is broken.
more info:
adding custom style in tailwind
Hope this will help, Thanks!
@ucod3
Posted
@tan911
Thank you for pointing out the suggestions regarding the refactoring of classes using layers in the main CSS file and improving the rating button styles. I have this in mind Reusing Styles
Regards to buttons, I've made some changes to ensure proper functionality.
I'm grateful for your assistance in improving my project.
Thank you once again!
@tan911
Posted
@ucod3 Welcome!