Skip to content

DarkLorenEstrada/React-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot


React Weather Application

Find the current weather and 7 days forecast of any city on earth with this simple little web app.

Live Demo on Netlify.


Simple React web application written with jsx that returns the current weather. The app utilizes:

  • OpenWeatherMap's API,
  • OpenWeatherMap's icons for weather icons,
  • create-react-app tool,
  • Axios for easy http requests,
  • Material-ui for styling and design.