Live Demo is here: https://country-browser-azure.vercel.app/
Repo is here: https://github.com/afgonullu/country-browser We will build a Country Browser App using React, React Bootstrap and 2 APIs, REST Countries API and Weatherstack API. Setting Up the Project Create a new React Project using the boilerplate provided. npx create-react-app country-browser After everything is finished, if we run npm start…