Single page application which allows users to view current weather information as well as hourly forecasts for a selected geogrpahical area. Location can be determined by 5-digit zip code input or using browser geolocation.
All data for this application is retreived via the Open Weather Map API (https://openweathermap.org/api)
- Create React App (v3)
- react-google-maps (https://github.com/tomchentw/react-google-maps)
- react-bootstrap (https://react-bootstrap.github.io/)