Skip to content

sujanrajs/Country-API

Repository files navigation

Fast Track React app template with TypeScript & Redux

This project was bootstrapped with Create React App.

Please Click Here for live demo

Check the dependencies in package.json file. To install, run:

npm install
npm start

This project is an assignment done with the help of teeacher during the training at Integrify.

Technologies used: TypeScript | React | Redux | HTML | CSS | public Country RestAPI.

The project fetch data from public API https://restcountries.com/ displayed as card of flag.

User can mark the star of country's flag, can view flag's description in details, remove the starred flag, seearch by country name, sort by name, region and population, change button's color and can view in different pages.