Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 793 Bytes

File metadata and controls

39 lines (31 loc) · 793 Bytes

Mirromiro Jewelry Website

A modern, responsive e-commerce website for Mirromiro Jewelry, featuring a clean design and seamless shopping experience.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Project Structure

Jewelry-Website/
├── html/
│   ├── index.html
│   ├── shop.html
│   ├── about.html
│   ├── contact.html
│   └── cart.html
├── js/
│   ├── script.js
│   ├── shop.js
│   └── cart.js
├── product_images/
│   └── [product images]
├── style.css
└── products.json

Getting Started

  1. Clone the repository:
git clone [repository-url]
  1. Open the project in your preferred code editor

  2. Open html/index.html in your web browser to view the website