jbevis / weatherly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weatherly

Project Details

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.

Weatherly

  • Click on link
  • Enter a location to view weather

Reflection

  • 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.

Resources

Weather Underground

Screen Shot

Denver Weather

Installation & Setup Instructions

  • git clone
  • npm install
  • npm start

Contributors

Justyna Field and Jack Bevis

About

License:MIT License


Languages

Language:JavaScript 99.8%Language:CSS 0.1%Language:HTML 0.0%