/weather-app

Primary LanguageJavaScript

Weather Check - React App

It's a simple app which displays two types of data from API response.

  • Current weather
  • Forecast (for today)

App sends a GET request to weather API with city name as a one of keys.

Preview

Preview

Catch Error

In case user inputed wrong city name, app will dispalys error view.

Catch-error

Tech Stack

  • react
  • axios
  • react-redux
  • node-sass