Shop Clue Clone: Netlify Link:-https://shopeasy56.netlify.app/
Backend Link:-https://shop-clue.onrender.com/
Tech Stack Used:HTML, CSS, Node.js,Javascript
Folder Structure:
├── database │ ├── CSS │ │ ├── Select_Address.css │ │ ├── admin.css │ │ ├── cart.css │ │ ├── checkout.css │ │ ├── index.css │ │ ├── login.css │ │ ├── payment.css │ │ ├── product.css │ │ ├── register.css │ │ └── script.css │ ├── JS │ │ ├── cart.js │ │ ├── checkout.js │ │ ├── employee.js │ │ ├── index copy.js │ │ ├── index.js │ │ ├── login.js │ │ ├── product.js │ │ └── script.js │ ├── images │ │ │ ├── payment.html │ ├── Select_Address.html │ ├── admin1.html │ ├── api.rest │ ├── cart.html │ ├── checkout.html │ ├── employee.html │ ├── index.html │ └── product.html │