Skip to content

This React App is a countries information provider using a public API for live and current data

Notifications You must be signed in to change notification settings

UdaykiranReddy-1/the-world

Repository files navigation

the-world

This is a simple React App that uses restcountries API to list all the countries of The World .

Key Points :

  • 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


Steps to run the App locally :

  1. npm install
  2. Resolve any dependencies related errors if you face one related to versions , deprecations etc., (Using Google , StackOverflow , ChatGPT ,or other sites , whichever helps..)
  3. npm run dev
  4. That's it , the App should be up and Running.

Happy Programming :)

About

This React App is a countries information provider using a public API for live and current data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published