result summary component with javascript part.

Solution retrospective
Hello, ok here's my solution to this challenge. it all went well for the most part but i've been a bit stuck with a border-radius problem on mobile. the only solution i came up was to create another media query just for them but i'm sure there must be an easier solution to do it.
Also for the javascript part i put all my code inside one function. at first i wanted to use one for fetching and another one to display but couldn't do it. i was trying something like . function fetchData(){ //fetch code } fetchData().then =>{//display code}. but it didn't work. i need to practice more.
thanks for the feedback you guys could give.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Johan's solution.
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