This is my solution that includes the following features:
- Search bar
- Select button to filter countries by region
- Detailed information by clicking on a country
- React
- React Router 6
- Chakra UI
Clone the project
git clone https://github.com/ElDev1/rest-countries-challengeGo to the project directory
cd rest-countries-challengeInstall dependencies
npm installStart the server
npm run start