This project was created by Michael Reyfman in November 2017. It is a single-page React application that retrieves the data from OpenWeatherMap API and displays current weather and a 5-day forecast. And it's responsive!
Visit heroku page to try this app without downloading the source code!
git clone https://github.com/michael-reyfman/react-weather-spa.git
npm install
npm start
- create-react-app boilerplate
- redux for state management
- redux-thunk for async actions
- axios for HTTP requests
- write tests
- fix form styles