quicktype / stripe-exercise

Coding challenge for engineers interested in joining our revenue pod!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Coding challenge for engineers interested in joining our revenue pod!


Languages

Language:CSS 51.9%Language:TypeScript 37.6%Language:HTML 10.5%