You can see deployed app from demo 🔗
This project aims to provide you with information about the countries of the world such as flags, capitals, languages spoken and currency. You can filter countries by searching by name, capital city or spoken language. You will also be able to see the top 10 most used languages chart in the world on the Language page and the top 10 most populated countries chart on the Population page with accurate data.
The project was developed using JavaScript, React, Context API and CSS.
$ git clone https://github.com/eminebozdag/world-countries.git
$ cd world-countries
$ yarn install
$ yarn start
🚧 Testing is in progress ...