Skip to content

baraa2011/assignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Home assignment for interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 46.6%
  • CSS 36.7%
  • HTML 16.7%