Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 818 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 818 Bytes

react-weather-spa

About

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!

Demo

Visit heroku page to try this app without downloading the source code!

Screenshots

alt text alt text

Installation

git clone https://github.com/michael-reyfman/react-weather-spa.git
npm install
npm start

Technologies used

  • create-react-app boilerplate
  • redux for state management
  • redux-thunk for async actions
  • axios for HTTP requests

To do:

  • write tests
  • fix form styles