Responsive Advice Generator App with using API

Solution retrospective
Hi everyone, there is my solution for Advice Generator App. Thanks for this challenge I learnt how to use API in my projects. I'll be happy to hear your advices and comments for my solution.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @JJacobPR
Hey Maksym,
Good job implementing this task! I have two things you might consider improving:
- The UI when user first enters the app can be more intuitive like "Roll the dice for advice" so user knows what to do
- As you open your app you may see that you will get the same advice. It is the fault of API but as you are learning you can try to work it out to generate it randomly from the frontend perspective. Hint: Check the documentation for the route that requires advice id and handle the randomness on frontend.
Good Luck!
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