Countries site using Next Js

Solution retrospective
Hello community, this is my solution to the "REST Countries API with color theme switcher" challenge, I have added the required functionalities for search, filtering by region and color mode, as well as a pagination to show a certain number of elements per page.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @edu290386
Hi, t your border countries tags you can use afunction like this:const getName = (country) => { const newName = data.find((i) => i.alpha3Code == country); return newName.name; };
I'm learning react, how or what fo you use to make the charging effect and the message when you write a right email an then you push contact button???
Marked as helpful
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