Problem: To create a shopping site from scratch with the data on the website coming from data structures using Node.js
Dynamic Data • HTML • CSS • Node.js • VS Code
December 2023
Solo Project
I decided to make a curated fashion website selling selected pieces of clothing. I used html templates and css styles from getbootstrap.com to set up website sections such as navigation bar, image slideshow, featured products slider, category picker, image gallery, etc. The main task at hand was to fill in my website sections with dynamic data from json data structures. This is what one of the json structures, for product info, looked like:
I also implemented a checkout form that would record customer information such as name, address, email as well as product information in the shopping cart, and store it in a json file. Here's a sample entry of customer info upon checkout:
And here's the final website live: