Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.22 KB

Single page application (SPA) fetching information from API

An application to fetch information from the open APIs Rest Countries https://restcountries.com/ and OpenWeather https://openweathermap.org/api

Usage:

Search for a country by typing in the input field. A list of matching countries and their informations is shown. A matching country is fetched by country name, any country name that CONTAINS the input string is a match.

Concepts practised:

  • routing and nested routing V6
  • multiple API calls

Built with:

  • REACT
  • JXS
  • CSS
  • axios
  • Rest Countries API
  • OpenWeather API

Screenshot:

screenshot

screenshot

Credits: