Coniferous Next App Installation git clone https://github.com/brekk/coniferous.git cd coniferous npm i Running locally npm run dev Open http://localhost:3000 Deviations from the design: Added a focus color when the user is on a specific input Added a disabled style to the "Continue" button when any fields are invalid Set the height of the payment form fields to be consistent regardless of whether there is an error visible In order to avoid this outcome Run tests npm run test / vitest With more time Write integration tests