AZS Shopping is a modern and user-friendly e-commerce website designed to provide a seamless shopping experience. It features a dynamic product listing, an intuitive shopping cart, and an elegant user interface built with HTML, CSS, and Font Awesome icons.
- 📱 Responsive Design: Fully optimized for different screen sizes.
- 🛒 Product Catalog: Display a variety of products with descriptions and pricing.
- 🛍️ Shopping Cart: Users can add items to their cart and see total pricing.
- 🔐 Authentication: Includes sign-in and registration pages.
- 🔗 Navigation: Easy-to-use menu and quick access to cart and authentication.
- 💰 Discounts & Promotions: Highlights sales and offers.
- ⚡ Footer: Credits and copyright information.
- 🖥️ HTML5 - Structure of the website.
- 🎨 CSS3 - Styling and layout.
- 🎭 Font Awesome - Icons for a visually appealing UI.
- 📜 JavaScript (Future Enhancements) - To improve interactivity (cart functionality, user authentication, etc.).
AZS_Shopping/
│── index.html # Main landing page
│── CSS/
│ ├── global.css # Global styles
│ ├── header.css # Styles for header
│ ├── footer.css # Styles for footer
│ ├── Pages/
│ ├── index.css # Home page styles
│── images/ # Image assets
│── Pages/
│ ├── cart.html # Shopping cart page
│ ├── signin.html # Sign-in page
│ ├── register.html # Registration page
│ ├── product-details.html # Product details page
└── README.md # Project documentation
- Implement JavaScript for cart functionality.
- Integrate a backend with a database for user authentication.
- Improve accessibility and SEO optimization.
- Add payment gateway integration.
- Clone the repository:
git clone https://github.com/your-username/AZS_Shopping.git
- Open
index.html
in a web browser. - Navigate through products, cart, and authentication pages.
Contributions are welcome! If you find any issues or want to add new features, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Developed by Ibrahim Ahmed AddElazim. Feel free to reach out for any suggestions or improvements. 🚀