Skip to content

glideapps/stripe-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors