A simple Weather Forecast app, where the user can enter the name of a place in Great Britain and see the weather forecast over the next five days. The app shows the average temperature (in Kelvin), pressure (in hectopascals) and humidity percentage.
This app was developed following Udemy's Modern React with Redux tutorial, with the aim of improving my understanding of React and Redux.
Boilerplate: ReduxSimpleStarter
Follow the instructions below to download a copy of the project and run it locally.
- Verify that a current version of Node.js is installed:
node -v
Follow the instructions below to start the app.
git clone https://github.com/antcin/weather-forecast.git
cd weather-forecast
npm install
npm start // Start the server at localhost:8000