End Product

This is what we will try to build! (Styling will be left completely up to you, this tutorial will focus more on the functionality).

Searching a country will fetch from an external API and fill the card with its flag and other details.

Screen Shot 2022-09-23 at 4.32.51 pm.png

Learning Outcomes

Cloning the Repo

Clone this repo

https://github.com/csesoc/open-dev-react-part-2-exercises

Remember to run npm install after cloning so you download all the appropriate node_modules!

Exercises (In Order)

Making the SearchBar

Linking the CountryCard

Styling

Bonus