A simple React + TypeScript app to explore countries, mark your favorites, and view locations on a map.
git clone https://github.com/ninom5/Dept-InternshipTask.git
cd Dept-InternshipTask2.Open the project in VSCode or any other IDE, to open in VSCode, run:
code .3.Install yarn if you don't have it
npm install -g yarn4.Install dependencies
yarn install5.Set up environment variables
cp .env.example .envand then add your google maps api key and map id to .env to use map functionalities
6.Run app
yarn dev