- Currently when user inputs wrong value we just display red outline on the field

- We should add custom messages for each input informing user how to correctly fill the form
Reach hook form provides some really good tools for this https://react-hook-form.com/api/useformstate/errormessage
To do:
- App refactor of the yup implementation to support messages @Mi-Lan
- Card validation refactor to support messages @bejzik8