React JS and Style Components

Solution retrospective
Help me Improve by giving me feedbacks. Thank you
Please log in to post a comment
Log in with GitHubCommunity feedback
- @fidellim
Hi Nabil,
Great work on finishing the project! Just some suggestions:
- try to add some active effect on the button. Also don't forget to include
cursor: pointer
in the button's style. - when I tried inputting the form, it starts validating right away. It would be better to change it from onChange to onClick instead. If you are doing it the other way, then the button would be of no use here.
I hope it helps! :) Great job too :)
Marked as helpful - try to add some active effect on the button. Also don't forget to include
- @FluffyKas
Hiya, your solution looks good and seems nicely responsive! There's only a few small issues I noticed:
-
Social links are missing aria-labels. You need to use these for links with no visible text description.
-
The shadow on the button and the hover seem a bit excessive, you could go for something more subtle! ^^
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