/code-test-zip

My solution to the Zip Code Test. Deployed live:

Primary LanguageCSS

Zip Code Finder

This is a challenge designed to test your ability to fetch data from an API, and manipulate the DOM with javascript. ZIP Codes are used by the USPS as unique identifiers for geographic regions. Zippopotomus is a free API that accepts zip codes, and returns detailed information about the geographic region that zip code represents.

The Challenge

  1. Accept user input of a zip code
  2. Fetch location details about that zip code from the Zippopotomus API.
  3. Display the location details.
  4. Hit it with the pretty stick; personalize the composition with some tasteful visual flair.

Requirements

  • You must complete the challenge within 4 hours of receiving this link.
  • You may use the included US State images in /states.
  • You may not use 3rd-party libraries.
  • The code should work in the latest version of Chrome.

Instructions

  • Fork this repo to a private repo in your own GitHub account.
  • Complete the challenge.
  • Push your solution to your private repo.
  • Share your repo with @thisanimus and @robmomary.