Design comparison
Solution retrospective
The areas I found difficult while building the project are, I failed to provide different colors for each score I was provided with and When I uploaded my solution, I was not able to see logos of each score. and You see in the challenge. Feedback is welcomed to see how I could fix it. And I redo it again.
Community feedback
- @Enmanuel-Otero-MontanoPosted 11 months ago
Hello @PatrickNgabirano!
It seems that your problem with displaying the icons is because you assigned a path to request the images that does not exist in your repo, what you mean with the following
<img src="./assets/images/icon- memory.svg "
It is that you look in your directory for an assets folder that inside has an images folder and inside that the icon, but the assets folder does not exist so the image cannot be recovered. The idea of this challenge to go one step further is to try to retrieve the data from the data.json file they provided you and display it in the interface.1
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