Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 571 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 571 Bytes

OpenWeather Challenge

Simple forecast web app using React, Redux, ES7, Flow, Babel, Webpack, Jest and Enzyme. The project is relying on very little SASS styling with some basic responsiveness. Unit testing implemented with Jest and Enzyme. Users can choose from predefined cities and then make the request to OpenWeather API, alternatively users can also upload their own CSV which will display the data.

How to run

  1. Clone the project
  2. Run npm install
  3. Run npm start
  4. Open localhost:8080 in the browser

How to test

Run npm run test