FundMyLaptop / Fund-My-Laptop-FE

2 stars 84 forks source link

Feat/payment page #150

Closed isaacsokari closed 4 years ago

isaacsokari commented 4 years ago

This PR adds the Payment Page, with form validation, successful, and failed modals but without submission as there is no backend endpoint at the moment.

To show the modals, open the console and type $('#paymentSuccessModal').modal() to show the payment successful modal, and $('#paymentFailedModal').modal() to show the payment failed modal

Click Here to visit the Live Link

image

image

image

image