Submitted 10 months ago
Advice generator using React with TypeScript and Tailwind CSS
@Deividb2
Design comparison
SolutionDesign
Community feedback
- @akash02abPosted 10 months ago
Hi @Deividb2, great work on using semantic HTML elements.
Few suggestions:
-
Give
position: absolute;
to the dice button to match the design. (the button is inside the card in your implementation, where it should be floating at the bottom-center) -
Give higher
border-radius
to the card. -
You may want to look
no-cache
attribute ofaxios
, as Firefox browser store the advice as cache and new advice does not appear on button click, however it works perfectly fine on chrome and edge.
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