Skip to content

Spring 2023 - Coffee Shop Website w/ E-Commerce & Order Database

Notifications You must be signed in to change notification settings

alexanderbean/ecommerce-site-and-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ecommerce-site-and-database

Spring 2023 - Coffee Shop Website w/ E-Commerce & Order Database

This is a continuation of the javajamsite project, which is a directed case study of an HTML-built coffee shop site.

This continuation adds e-commerce functionality with the creation of an order form page. A user may select the product they would like to order, and the order price will adjust. Input validation has been put in place to prevent invalid characters, negative integers, or decimal values in floats. This page is built primarily using tables and JavaScript functions which are properly formatted in the cascading style sheet.

User and order information is stored in a database that is supported by Java and Derby.