Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 674 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 674 Bytes

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