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

Rest Countries API with Color Theme Switcher

@aay7ush

Desktop design screenshot for the REST Countries API with color theme switcher coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
  • API
4advanced
View challenge

Design comparison


SolutionDesign

Solution retrospective


I appreciate any feedback or suggestions you have regarding the solution.

Community feedback

@edu290386

Posted

Your border countries tags show alpha3Code instead of showing countries name, you cancheck my project or use a function to get the name. const getName = (country) => { const newName = data.find((i) => i.alpha3Code == country); return newName.name; };

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