Skip to content

mwinel/frontend-mentor-where-in-the-world-challenge

Repository files navigation

Frontend Mentor - Where in the world? solution

This is a solution to the Whhere in the world?. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Integrate with the REST Countries API to pull country data and display it like in the designs.

Users should be able to:

  • See all countries from the API on the homepage
  • Search for a country using an input field
  • Filter countries by region
  • Click on a country to see more detailed information on a separate page
  • Click through to the border countries on the detail page
  • Toggle the color scheme between light and dark mode (optional)

Links

My process

Built with

What I learned

In this challenge I got a chance to work with the nextjs getStatciProps to fetch data from the API.

Continued development

Thoughts still coming up...

Author

Acknowledgments