Home - joshuageorgepa/CS351_Project1 GitHub Wiki

Welcome to the CS351_Project1 wiki!

Link to the website

http://csweb01.csueastbay.edu/~am5922/Project1/home.html

CSS

This project uses:

  1. Dreamweaver Bootstrap - eCommerce Starter Template. So, the CSS that comes with it is bootstrap-4.4.1.css
  2. project1.css - mainly used to adjust the height of the images in home, shop, and the individual product pages.

JS

  1. project1.js - Contains the code for:

a. validating the length and email in the account pages (account.html & createAccount.html) b. adding quantity of an item to the cart, used in home, shop, and the individual product pages.