This repository contains the source code for Mwipo Pomedical Shop, an online medical shop website built using HTML, CSS, and JavaScript. The website provides a simple interface for browsing medical products, viewing details, and exploring the shop.
Live Website: https://mwipopomedicalshop.vercel.app
Mwipo Pomedical Shop is designed to:
- Showcase medical products in a clean and responsive layout
- Allow visitors to browse products and categories
- Demonstrate a modern frontend e-commerce interface
The website is fully responsive, works on all devices, and requires no backend to function.
- Frontend: HTML5, CSS3, JavaScript
- Styling: Custom CSS with responsive design
- Deployment: Vercel
- Version Control: Git & GitHub
index.html # Main landing/shop page
css/
├── style.css # Main stylesheet
js/
├── script.js # JavaScript functionality
images/
├── *.jpg / *.png # Product and website images
- Clone the repository:
git clone https://github.com/your-username/mwipopomedicalshop.git- Navigate to the project folder:
cd mwipopomedicalshop- Open
index.htmlin your browser to view the website locally.
No server or dependencies are required since this is a static website.
- Update product information in
index.html - Replace images in the
images/folder - Update styles in
css/style.css - Add interactivity in
js/script.js
The website is deployed on Vercel:
- You can also deploy it on Netlify, GitHub Pages, or any static hosting service.
- Simply upload all files and point your domain.