Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 757 Bytes

File metadata and controls

28 lines (19 loc) · 757 Bytes

Instructions

Initial setup

Clone this repo for the boiler plate code.

Install npm install
To start npm run dev

Assignment

A user should be able to provide a zip code and be presented with the delivery options available for them.

What is expected of you

  • Use the provided data structure ´data.js´.
  • Validate the user input to numbers and length (5).
  • Match the given zip code to a message or messages.
  • Output the message below the user input.
  • Some simple styles (nothing advanced is needed).

Git

  • Create a new git branch to work in.
  • Commit your work
  • When finished create a Pull Request to the main branch.

Time estimate

About 2-4 hours depending on your experience, don't worry if it takes more or less time.