Submitted 9 months agoA solution to the Advice generator app challenge
Advice Generator App using React & API Integration
@asia272

Solution retrospective
What are you most proud of, and what would you do differently next time?
I’m proud of integrating an API into my React app and making it dynamically fetch random advice.
What challenges did you encounter, and how did you overcome them?I had issues positioning the advice button at the bottom center of the card. Solution: I used position: absolute;, left: 50%;, and transform: translateX(-50%); to center it properly.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Asia Ashraf's solution.
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