Clone this repo for the boiler plate code.
Install npm install
To start npm run dev
A user should be able to provide a zip code and be presented with the delivery options available for them.
- 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).
- Create a new git branch to work in.
- Commit your work
- When finished create a Pull Request to the main branch.
About 2-4 hours depending on your experience, don't worry if it takes more or less time.