Clone the repo into your local dev environment and get the app running
npm install
npm run build
npm run dev
open http://127.0.0.1:5173/
Add a CreditCardForm
component to the app that has the following elements:
Note: It doesn't have to be styled pretty!
Add support for the Cypress integration test framework to the project.
Add an end-to-end integration test that fills out and submits the form.