/where-in-the-world

My challenge was to integrate with the REST Countries API to pull country data and display it like in the designs.

Primary LanguageJavaScript

name route
Components
/

import Input from './src/Components/UI/Input.js' import {Playground} from 'docz'

Components

Here you will know how the components of this app works and how they're build

UI Components

We will start showing you the UI components used all around the application they give the visual identity for the app

Loader

The loader component shows an animation the app is waiting for a response from the API or any other process that can take a long time

Props
Prop Name Prop type Prop Function Is optinal
isDark boolean Prop used to switch the color theme No

Input

The Input component is used as a the searchbar the text on it is sent to the api to filter the countries showed <Input isDark changed={() => {}}/>