Skip to content

jfarris587/weather-plus-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather+ React JS Application

This is a ReactJS application for inspecting the weather implementing API with OpenWeather.com. ReactJS was used as the Javascript framework to develop with component-driven code. The app also uses geolocation services to enable users to inspect the weather of their area without searching the city. Else, any city (default United States) can be searched as long as OpenWeather has data for that location.

Technology

  • React
  • HTML
  • SASS
  • Webpack

How to Run

Use npm install to install packages, and then run with npm run to create the build package for deployment use npm build