Yuan's Robos

This is an E-commerce website with user authentication, form validation, and commission built with HTML, SQL, PHP, and JS.
Link: https://info465.us/dyuan

User Authentication

This site is user authenticated with a PHP script.
This is the login screen.

Menu

After logging in, there are a few pages that are available for members.

Membership Application

This page is JS validated.
If submitted incorrectly or without the required fields, then this popup will occur, preventing submittion.
Once submitted, the form will be entered into a SQL database and will be shown on the Applicants page.

Applicants

This page shows a list of the members that have signed up to the site.
This page pulls information from the database to display the members.

Purchasing Products

Before we get to the commissions page, we need to look at the purchase page.
On the homepage, there are 3 products.
Clicking on one of the products redirects you to the 2017Winter website (page shown), which is the main site where you would purchase the products.

Commissions

This is the final page of the site.
It shows the commissions for David Yuan that is pulled from the database.
All the pages on this site use PHP scripts and SQL to update in real time.
The entire website was build using "vi" in the terminal.

Back to Projects