Responsive Advice Generator App Built With Reactjs

Solution retrospective
All inputs are welcomed!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Aadv1k
hey man great design, just one small suggestion, (this is something even I do and am trying to avoid) that is hover, I would say you should add a
:active
animation to your button to make it clicky both on mobile and deskop. The problem with a hover is that it is sticky on mobile, which makes it irritating, in my newer projects I avoid using hover in most cases, especially where the effect is visible (box-shadow for instance) instead I try and addactive
animations that trigger when the button is clicked.Marked as helpful
Join 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