Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 671 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 671 Bytes

weatherapp-exercise

This is a code pairing exercise. This is a c# application that displays weather forecast for a location. However the application is not fully working at the current form. The goal of this exercise is to have the application fully operational.

Exercise steps:

  1. Clone this repository
  2. Create a new branch, use your name as branch name
  3. Open the solution on Visual Studio
  4. Complete the application so the location forecast is displaying on the screen
  5. Commit your changes
  6. Create a pull request

Expected result:

The following image is an example of a successful run of the application: Successful execution