Skip to content

alexwade13/front-end-test

Repository files navigation

TO RUN: npm i -g http-server npm i http-server -c-1 go to http://192.168.0.14:8080/

Front End Test

An AngularJS focused take home test for Front-end Developers.

Instructions

  • Clone this repo
  • Complete this exercise and submit either a zip of the solution or a link to a new repo
  • Please incorporate the included angular.min.js (Angular 1.5.8) framework into your solution. All other choices of libraries, frameworks, etc. are up to you.

Requirements

  • Solution should be responsive
  • Use the the included weather.json file as your datasource (sample data from Yahoo's Weather API)
  • Show the "current" conditions for New York:
    • Location (ie. New York, NY, USA)
    • Current weather description (ie. sunny)
    • Current temperature
    • Today's high temperature
    • Today's low temperature
  • Allow the user to toggle more data in the current conditions area:
    • Wind Speed
    • Humidity
    • Pressure
    • Sunrise/Sunset Time
  • Show the 7 Day forecast as a multi-line chart (use any charting library you would like but it should be incorporated as an Angular Directive)
    • Y axis should show the High and Low temperature as separate lines
    • X axis should show 7 days (starting with the "current" day)
    • The chart should have a tool tip that when activated shows:
      • Day of the week
      • High temperature
      • Low temperature
      • Weather description (ie. Breezy)
  • Bonus: Was this too easy? Want to make it a real app? Use the Yahoo's Weather API or Open Weather API with the default location set to New York, NY, and allow the user to change the location by zip code.

About

A take home test for Front-end Developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published