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.
- Clone the project
- Run
npm install
- Run
npm start
- Open localhost:8080 in the browser
Run npm run test