/FormWebApp

A simple form submission and verification web app made using NodeJS, Express and MySQL

Primary LanguageHTML

FormWebApp

A simple form submission and verification web app made using NodeJS, Express and MySQL.

When the server.js file is run on the localhost, the home page is displayed :

  • When the Sign Up button is clicked, the registration form page is displayed :

When the user submits all the required data, a "Success" page is displayed:

  • When the user opts to Sign In from the Home page, the log in page is displayed:

And if the user enters the correct registered data, a "Successful login" page is shown:

All of the user data is stored in a MySQL database.

Features to implement: client side verification of user data, encrypted password storage, better UI.