Solution: REST countries API with color theme switcher.

Solution retrospective
👋 Hello everyone 👋
This is the solution for the API countries REST challenge, it was very cool to solve this challenge, It was my first time doing a theme switch and I found it very fun, the API had a little difficulty in some parts.
I'll be happy to hear any feedback, or what could be improved in the code.
Thank you 👋❤️
Please log in to post a comment
Log in with GitHubCommunity feedback
- @UserAhmad2001
Hello Leonardo,
Congratulations on completing the countries API challenge 🥳
Your solution is responsive and beautifully designed, I got a tip for you to make it even better.
use the select and option elements in your region list for a more semantic code like this:
<select> <option value='country value' > Country name </option> <option value='country value' > Country name </option> <option value='country value' > Country name </option> </select>
Hope i was of help, Happy Coding
- @Adam31-jpg
Hello I think you use the V3 api no ? If this is true can you tell me how to get the currencie and the native name of country pls ? Because in V2 it's easy but in V3 the api skeleton change
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