Skip to content

Sara-pixie/React-Weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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