Web application built using React JS, and designed for introduction to building in React, using ajax calls for api data, and testing using enzyme and jest testing libraries. User can search for weather by location, and receive current weather forecast, hourly, and ten day.
- Click on link
- Enter a location to view weather
- This was a paired project assigned in Module 2 of the Front End Engineering program at Turing School of Software & Design.
- This was our first introduction to writing in React, and working with data received from an API.
- In addition to learning how to write stateful and presentational components, we also worked extensively with Enzyme and Jest testing libraries to hone our testing abilities in React.
git clone
npm install
npm start
Justyna Field and Jack Bevis