A full-featured e-commerce web application inspired by Amazon, built using HTML, CSS, and JavaScript.
Currently under active development: adding features and improving design.
- Product listing and category filtering
- Shopping cart functionality (work in progress)
- Responsive design for mobile, tablet, and desktop
- Clean, modular code architecture
- (Planned) User authentication, checkout flow & database integration
- HTML5
- CSS3 (Flexbox / Grid)
- JavaScript (ES6+)
- (Planned) Firebase / Backend for user & order management
git clone https://github.com/omargamal-og/Amazon-Project.git
Amazon-Project/
│
├── assets/ # Images, icons, product data
├── styles/ # CSS files
│ └── style.css
├── scripts/ # JS logic
│ └── main.js
├── index.html # Home / product listing
├── checkout.html # Checkout page
├── orders.html # User order history
├── tracking.html # Order tracking interface
└── README.md # Project documentation
-
Add user authentication and profiles
-
Integrate real-time database (Firebase / backend) for orders & products
-
Enhance mobile experience with optimized UI
-
Add search + sorting for products with filters
-
Improve code performance: minify JS/CSS, compress images
-
Add automated tests and CI/CD pipeline