This website is my final project for the Internet Programming course at NUBB, completed in Semester 2 of Year 2.
Directory structure:
βββ nounthanith-project-v2/
βββ README.md
βββ adminDashboard.html
βββ cart.html
βββ index.html
βββ LICENSE
βββ page404.html
βββ product.html
βββ productDetail.html
βββ register.html
βββ bootstrap/
β βββ css/
β β βββ bootstrap-grid.css
β β βββ bootstrap-grid.rtl.css
β β βββ bootstrap-reboot.css
β β βββ bootstrap-reboot.rtl.css
β β βββ bootstrap-utilities.css
β β βββ bootstrap-utilities.rtl.css
β β βββ bootstrap.css
β β βββ bootstrap.rtl.css
β βββ js/
β βββ bootstrap.bundle.js
β βββ bootstrap.esm.js
β βββ bootstrap.js
βββ images/
β βββ image1.webp
β βββ image2.webp
β βββ image3.webp
β βββ image4.webp
βββ javascript/
β βββ auth/
β β βββ login.js
β β βββ register.js
β βββ cart/
β β βββ cart.js
β β βββ cartList.js
β β βββ getCart.js
β βββ navbar/
β β βββ footer.js
β β βββ loopImage.js
β β βββ navbar.js
β βββ products/
β β βββ createProduct.js
β β βββ findOneProduct.js
β β βββ getAdminProduct.js
β β βββ getProducts.js
β β βββ productDetail.js
β βββ users/
β βββ users.js
βββ style/
βββ loopimage.css
βββ navbar.css
βββ page404.css
βββ cart/
β βββ cart.css
βββ footer/
β βββ footer.css
βββ product/
βββ detail.css
βββ product.css
MIT
- HTML5
- CSS3
- JavaScript (Vanilla)
- Bootstrap 5
You can register and log in to view the products. By default, when you log in, you are assigned the role of a regular user.