Forecast is a weather app that fetches 5-day daily forecast data for any location in the US via Ajax requests to OpenWeatherMap API. Built with React, Webpack, Babel, react-router, and axios.
create-react-app: Bootstrapped using create-react-app, which includes bundling via Webpack, and Babel as a compiler.
Multipage: Routing through react-router.
Instantaneous Data: Weather data is fetched instantaneously via Ajax requests to the OpenWeatherMap API using axios.