App that displays London's current weather and forecast for the week using React + Redux + Tailwind and OpenWeatherMapApi
Live version : https://weather-4pp.surge.sh/
Before running the app you need to install the dependencies with:
yarnThen to run the app in development mode just type:
yarn run devWhen loaded, the app fetches the current weather and the week forecast using the OpenWeatherMapApi's "/onecall" endpoint.
The response then is cached and stored on redux state.
In case the API call returns an error, the app checks if there's cached data to show if not, an error message is rendered.