LizPet Classic is a simple pet shop website built using plain HTML, CSS, and JavaScript.
This version displays pet products for purchase and demonstrates basic web development skills without any frameworks.
- 🐶 View pet products
- 🐱 Browse product details
- 🛒 Add items to a shopping cart (basic JS functionality)
- 🎨 Responsive design with CSS
- 💡 Interactive elements with JavaScript
lizpet-classic
│
├── index.html # Main homepage
├── styles/ # CSS files
│ └── style.css
├── scripts/ # JavaScript files
│ └── main.js
├── images/ # Product images
└── README.md
🚀 Getting Started
1️⃣ Clone the repository
git clone https://github.com/YOUR-USERNAME/lizpet-classic.git
cd lizpet-classic
2️⃣ Open the project
Simply open index.html in a web browser.
No server or build tools are required.
📈 Future Improvements
🐾 Add a working checkout process
📦 Inventory management simulation
🎨 Improved CSS styling
🖥️ Responsive for mobile and tablet
🧩 Refactor into a React or modern framework version