/stripe-exercise

Coding challenge for engineers interested in joining our revenue pod!

Primary LanguageCSS

stripe-exercise

Step 1

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/

Step 2

Add a CreditCardForm component to the app that has the following elements:

credit-card-form

Note: It doesn't have to be styled pretty!

Step 3

Add support for the Cypress integration test framework to the project.

Step 4

Add an end-to-end integration test that fills out and submits the form.