Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Proud of myself for attempting this challenge, even though I wasn't able to implement the data.json file but I still got something.
Community feedback
- @Alex-Archer-IPosted 5 months ago
Hi!
That's cool, congrats =)
Your script have an error here:
const container = document.getElementById('cards-container');
It's in the line 26. You have not tag with
cards-container
id. I guess there isclass="summary-container"
you tried to get, so try to usequerySelector(".summary-container")
or add this id to the container.Marked as helpful0@Macnelson9Posted 5 months ago@Alex-Archer-I I don't quite understand how those work but I'll keep them close so that I'll use them when I begin JavaScript. Thanks man! π€π½
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