pcsingh / SubscriptionForm

Home Page:https://flexmoney-form.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subscription Form

Production server is running here on free cloud hosting platform heroku.

To run the app in the development mode:

cd payment-form
npm start

Server will start running at http://localhost:3000.

Age limit, Subscription Date, batch selection code was written inside the PaymentDate and verifyAge function in the Form.jsx file.

onPaymentClick function checks the details are filled or not if details are filled then CompletePayment function was executed.

Details that are sent to the backend and stored in the database:

firstName, lastName, email, address, address1, city, zip, batch,
startDate, endDate, Age.

Components:

App and Form (child of App component). index.js render the App component.

Database Schema:


About

https://flexmoney-form.herokuapp.com/


Languages

Language:JavaScript 76.4%Language:HTML 15.2%Language:CSS 8.4%