Coder Social home page Coder Social logo

fetch-countries's Introduction

Firstleaf Take Home Project

Intro

Today, we're going to construct a country of the world app! This assignment allows you to demonstrate your experience with ReactJS and CSS.

Assignment

Given a data API located here: https://restcountries.com/#api-endpoints-v3-all . Build an app in ReactJS that meets the requirements below.

Requirements

  • 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.com/v3.1/name/{name} ({name being the country name}) for searching the name Use: https://restcountries.com/v3.1/all to get all the countries

Extra

  • What does code quality look like to you? Show us with your code! If you have an eye for design, impress us with your CSS powers! (or any style tech you choose)

Let's 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 it should load a basic rendered page in your default browser
  5. You're ready to code!

fetch-countries

fetch-countries's People

Contributors

gabyzif avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.