/weather-app-react

This is a weather app written in React, which I came back to refactor after several months (see Update in README). It fetches weather data from an external API (OpenWeatherMap) and displays both current weather data and a five-day forecast, with searching capabilities. It was a great way to get practice routing with React-Router, working with Redux, applying middleware for asynchronous actions with redux-thunk, and overall code design with stateful container components and stateless functional components.

Primary LanguageJavaScript

No issues in this repository yet.