A frontend clone of e-commerce platform built with HTML, CSS, and vannila JavaScript.
DISCLAIMER: THIS PAGE WAS MADE AS A PERSONAL EDUCATIONAL PROJECT. This is NOT the official site of the company or brand identified on the page. The creator of this page is NOT affiliated with the company or brand in any way. This page is a personal project made in connection with an educational exercise.
- Responsive design that works across desktop, tablet and mobile browsers
- Product grid displaying items with images, names, prices and ratings
- Shopping cart functionality
- Search bar for filtering products
- Order tracking page
- Checkout process
index.html- Main product listing pageorders.html- Order tracking pagecheckout.html- Shopping cart and checkout pagestyles/- CSS files for stylingshared/- Common styles used across pagespages/- Page-specific styles
scripts/- JavaScript modulesdata/- Product data and other static contentimages/- Product images and icons
- HTML5
- CSS3
- JavaScript (ES6+)
- CSS Grid/Flexbox for layouts
- Google Fonts
- Clone this repository
- Open
index.htmlin your browser to view the project
This project was created as a learning exercise to practice frontend development skills including:
- Building responsive layouts
- Working with CSS Grid and Flexbox
- JavaScript DOM manipulation
- Managing shopping cart state
- Creating a multi-page web application