Design comparison
Solution retrospective
The important thing I learnt during this challenge is how to use JSON data. I made use of the JSON file and used Fetch API to load the data from the file and display it in the HTML output. It was nice getting to practice with the Fetch API in JavaScript
I'd appreciate feedback from the community regarding this challenge areas i could do better and improve! Thank you
on to the next challenge!!!
Community feedback
- @visualdennissPosted over 1 year ago
Hey there,
good work overall! Your solution seems responsive, which is very nice. On desktop, left section seems to be not equal in height to the right section, so you might consider finding a way to fix that.
It is great that you have used JSON and fetch API, if you wanna take it even further, you can use an online JSON hosting for free like
- https://jsonbin.io/ or
- https://www.npoint.io/ (which i also use personally)
and fetch the data from there. You can also use a library like axios to fetch easily.
Hope you find this feedback helpful!
Marked as helpful0@Mharvel13Posted over 1 year ago@visualdenniss Thanks for the feedback
I'll look into the desktop height glitch and fix it And I look forward to using the online JSON hosting and the Axios you mentioned above.
Thank once again
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