A fully responsive, front-end e-commerce website inspired by the vibrant aesthetics and product catalog of Bonanza Satrangi β one of Pakistanβs most beloved fashion brands. This project replicates the look, feel, and user experience of a modern fashion retail platform using pure HTML, CSS, and JavaScript.
β οΈ **Disclaimer: This project is built purely for educational and portfolio purposes. It is not affiliated with, endorsed by, or connected to the official Bonanza Satrangi brand in any way.
Watch the full walkthrough of the website below:
demo link https://ayesha0987654321.github.io/Bonanza-Satrangi-Inspired-E-commerce-Website/
This project is a front-end inspired replica of the Bonanza Satrangi e-commerce platform, built to practice and demonstrate core web development skills. It covers semantic HTML structure, responsive CSS layouts, and interactive JavaScript features β delivering a realistic shopping experience from browsing collections to exploring individual product pages.
| Technology | Purpose |
|---|---|
| HTML5 | Page structure and semantic markup |
| CSS3 | Styling, layouts, Flexbox/Grid, animations |
| JavaScript (ES6) | DOM manipulation and interactive UI features |
No frameworks, libraries, or back-end dependencies β built with pure vanilla web technologies.
Bonanza-Satrangi-Inspired-E-commerce-Website/
β
βββ assests/ # Static media files
β βββ videos/
β βββ demoVideo.mp4 # Website demo video
β
βββ css/ # Stylesheets for all pages
β βββ *.css
β
βββ html/ # All HTML pages
β βββ *.html
β
βββ js/ # JavaScript files for interactivity
β βββ *.js
β
βββ README.md # Project documentation
No installation or build tools required. Follow these simple steps to run the project locally:
git clone https://github.com/Ayesha0987654321/Bonanza-Satrangi-Inspired-E-commerce-Website.git
cd Bonanza-Satrangi-Inspired-E-commerce-Website
Simply open any .html file from the html/ folder in your browser β or for a better experience, use the Live Server extension in VS Code:
Right-click on any .html file β Open with Live Server
No dependencies to install. Thatβs it! π
Contributions, suggestions, and improvements are always welcome!
git checkout -b feature/your-feature-name
git commit -m "Add: your feature description"
git push origin feature/your-feature-name
This project is licensed under the MIT License β you are free to use, modify, and distribute this project for personal or educational purposes.