Skip to content

nutheory/snacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countries of the World Resource App

Given a data API located here: https://restcountries.eu/#api-endpoints-all

Build an app that:

  • displays a list of the countries using a component CountryCard for display
  • allows you to click the country card, and display the countries' profile ("region, capital city and population (and any other extra info you'd like to add )"")
  • allows you to search for a specific country by name

Use: https://restcountries.eu/rest/v2/name/{name} ({name being the country name}) for searching the name Use: https://restcountries.eu/rest/v2/all to get all the countries

To get started:

  1. Clone this repository
  2. If you don't have node installed download it here: https://nodejs.org/en/
  3. Go to the root directory of the repository in your command line and run npm i or npm install
  4. Run npm start, and you should get the basic rendered page.
  5. You're ready to code

About

Response to a Lead FE assessment test.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published