Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 855 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 855 Bytes

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.