Advice generator app component

Solution retrospective
Hello, I have completed this project using CSS properties, API and JavaScript. I had a lot of fun building this project. What best books would you recommend for learning more about application programming interface? Any suggestion on how to improve this or my code will be appreciated. Thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Zy8712
Hi there! I tried to test your site but the button doesn't generate any new advice. Looking at your html code I noticed that you made the icon button as a div and didn't implement it as a button that calls the api.
Besides that, I'd say your site is pretty well formated and is only really missing a
<main>
tag around your page's main content for accessibility purposes.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