Skip to content

dlujan/code-test-zip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.6%
  • JavaScript 34.3%
  • HTML 14.1%