Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 641 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 641 Bytes

React Weather app

alt text

Project for SheCodes React

Description

It allows users to search for a city by name or your current location and shows:

  • current weather (weather, temperature, what it feels like, humidity and wind speed)
  • daily forecast (weather, maximum and minimum temperature).
  • hourly forecast (weather, temperature)
  • and weather alerts if there are any
  • it also converts metric units into imperial units and vice versa for all temperatures and wind-speed

Technologies

  • HTML
  • CSS
  • React.js
  • Open Weather Map API with axios