Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Results Summary Page

Uche Ofatuβ€’ 260

@Macnelson9

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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β€’ 3,130

@Alex-Archer-I

Posted

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 is class="summary-container" you tried to get, so try to use querySelector(".summary-container") or add this id to the container.

Marked as helpful

0

Uche Ofatuβ€’ 260

@Macnelson9

Posted

@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 GitHub
Discord logo

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