This project is a responsive e-commerce web application built using HTML, CSS, and JavaScript, designed to emulate core functionalities of modern online shopping platforms.
- Product Selection: Users can browse through available products, view detailed descriptions, and select items of interest.
- Shopping Cart: Users can add products to their cart, update quantities, and remove items, providing a flexible shopping experience.
- User Authentication: Includes a login system with SQLite database for storing user credentials and managing profiles.
- Checkout Process: A streamlined checkout process for users to finalize their purchases.
- Payment Gateway: Integration with Stripe for a test payment gateway, enabling secure transaction simulations.
- Frontend: HTML, CSS, JavaScript
- Backend: None (Static Frontend Application)
- Database: SQLite (for login functionality)
- Payment Integration: Stripe (test mode)
To run this project on your local development server, follow these steps:
- Clone the Repository:
git clone https://github.com/yourusername/ecommerce_clone.git