MSpilari / whereInTheWorld

A project from FrontEndMasters

Home Page:where-in-the-world-nine.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where in the World

This project is from FrontEndMentor.io

Available Scripts

In the project directory, you can run:

yarn dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.\

yarn start

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

The challenge

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

Your users should be able to:

  • See all countries from the API on the homepage
  • Search for a country using an input field
  • Filter countries by region
  • Click on a country to see more detailed information on a separate page
  • Click through to the border countries on the detail page
  • Toggle the color scheme between light and dark mode

Tecnologies

  • React
  • React-icons
  • React-router-dom
  • Styled-components
  • Typescript
  • Axios

About

A project from FrontEndMasters

where-in-the-world-nine.vercel.app


Languages

Language:TypeScript 93.9%Language:HTML 5.4%Language:CSS 0.7%