This is a coding challenge provided by DocuPet.
You are to construct a Pet Owner registration experience inspired by the below mocks. The frontend form will allow input with the following fields:
- Pet’s name
- Pet type
- Cat
- Dog
- Breed
- Show a list of breeds based on above Cat or Dog selection
- Choose One (If “Can’t find it?” is selected for “Breed”)
- I don’t know
- It’s a mix
- Gender
- Save Pet submit button
To get started clone this repo and run composer install and npm install