This project is the frontend for an e-commerce platform. It is built using Bootstrap for styling, Sass for CSS preprocessing, and vanilla JavaScript for interactivity.
- Bootstrap
- Sass
- Vanilla JavaScript
There is no specific installation required for the frontend of this project. However, ensure that the backend server is up and running to interact with the e-commerce functionalities.
The frontend provides a user interface for interacting with the e-commerce platform. It includes pages for browsing products, managing the cart and wishlist, viewing blogs, and placing orders.
- Home Page: Displays featured products and promotional content.
- Product Listing Page: Displays a list of products with options to filter and sort.
- Product Details Page: Shows detailed information about a specific product.
- Cart Page: Allows users to view and manage items in their cart.
- Wishlist Page: Displays products added by the user to their wishlist.
- Blog Page: Shows a list of blog posts related to the e-commerce platform.
- Order Page: Allows users to review and confirm their orders.
- Responsive Design: Ensures a seamless experience across various devices and screen sizes.
- Interactive Elements: Utilizes JavaScript for dynamic features such as adding/removing items from the cart and wishlist, and filtering products.
- Custom Styling: Enhances the Bootstrap components with custom Sass styling for a unique look and feel.
Contributions are welcome. Please submit pull requests for any improvements or bug fixes.
This project is licensed under the MIT License.