js-amazon-clone/ ├── index.html # Main homepage ├── styles/ │ ├── styles.css # Main stylesheet │ └── responsive.css # Mobile responsiveness ├── scripts/ │ ├── main.js # Core functionality │ ├── ...
You will be creating the core functionality used for a storefront application. The visual of the storefront as well as the JavaScript necessary to connect the code ...