
Nationpedia
2021Description
An application that fetches and displays comprehensive information about world countries using the REST Countries API. Users are presented with a paginated list of countries sorted alphabetically. The app offers intuitive search functionality and region-based filters to quickly find specific countries. Detailed country information, including key facts and statistics, is accessible with a single click. Users can also navigate between neighboring countries via clickable border links. The application supports both light and dark modes for an enhanced user experience.
Highlights
-
Read the api documentation for fetching the countries data.
-
Used Redux for storing the state of countries data.
-
Followed an existing design to make the ui of the application.