UH Jewels

This web application was developed by Waltz Tuzon, Katelyn Sung, and me in our ICS 314 class. It is a mock jewelry site consisting of 7 main pages: the home page, the products page, the shopping cart page, the edit cart page, the payment page, and the shipping information page. Before users can access the products page, they are prompted to log in or register a new account if they haven’t already.

On the products page, our jewelry products, which are read from a database, are listed and can be added to the user’s cart. From there, users can either click on the cart icon in the top right corner or click the “Proceed to Cart” button underneath the products to proceed to their cart.

On the cart page, all items in a user’s cart are displayed in a table with the product name, quantity, and a link to a form for changing the quantity. If a user wishes to change the quantity, the form is a simple input form that accepts numbers and updates the database accordingly. After making the desired changes, users can click the “Proceed to Payment” button and input their payment information. Once the form is filled out, they can continue to the shipping form by clicking the “Continue to Shipping Form” button. Finally, users input their shipping information and click submit to complete their order.

Click here to view our project.