Skip to content

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

Notifications You must be signed in to change notification settings

rony646/where-in-the-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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={() => {}}/>

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published