This is a simple React App that uses restcountries API
to list all the countries of The World .
- It uses card-based display to show all countries with their flag , alongwith capital and population in the Home page .
- When clicked on a specific country card , it directs to that specific country page , in which all details of the country can be presented.
- Filters like filter by Name and Continent are available
- View on World Map feature is added using leaflet (opensource map)
The Documentation for the used restcountries API
can be found here
npm install
- Resolve any dependencies related errors if you face one related to versions , deprecations etc., (Using Google , StackOverflow , ChatGPT ,or other sites , whichever helps..)
npm run dev
- That's it , the App should be up and Running.
Happy Programming :)