Design comparison
SolutionDesign
Solution retrospective
My first time using SvelteJS. I had a lot of problems with deploying, and I don't know how we can get EVERY border country when we go on the details of a country. Any feedback ?
Community feedback
- @vamo89Posted almost 3 years ago
It seems that you've fixed the border countries, good job! =) Small fix: You left a comma after the language list. You can use js join function to fix that, instead of the svelt each. With that, the last one will not get a comma.
0 - @waleedmumtazPosted almost 3 years ago
Hey there! Great work! You could use the 'List of Codes' API endpoint to convert the country codes to their names and display them as country borders. That's how I did it. 🙂
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