Advice Generator Application using HTML, CSS, JS and Advice API
Design comparison
Solution retrospective
Hey guys! This is my solution to the advice generator app challenge. I have used HTML, CSS and JS to complete this challenge. I have also added animations to enhance the interface. Do check out the solution and let me know for suggestions, be it using better semantic HTML tags, reducing lines of CSS code or using a better logic in the JavaScript code.
Thank you
Community feedback
- @MarcusTuliusCiceronPosted over 2 years ago
Hey, I don't know if it is only on my side but button clicks works only once and after its not doing anything else. I faced the same issue when I did that challenge and what you can do is clear cash after fetching the api data with that command in your js: cache: 'no-cache'
Animation looks cool congrats
Hope it helps :)
0@sridarshan-webjavaPosted over 2 years ago@MarcusTuliusCiceron Sure! Thanks for the suggestion ππ»
0 - @Kamasah-DicksonPosted over 2 years ago
Your footer is overflowing content. Remove the position properties on the footer and just add text align center to fix this. Good job keep codingπ
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