/payment-form-react

First attempt using React to make a simple payment form

Primary LanguageJavaScript

React payment form

This was my first attempt at building a page using React and Tailwind.

To preview

The page is available on GitHub pages.

To preview locally, paste this into the terminal:

git clone https://github.com/s-cassidy/payment-form-react.git
cd payment-form-react
npm install
npm run dev