This is a full-stack e-commerce web application that allows users to shop seamlessly, from browsing products to completing purchases and leaving feedback. Built using HTML, CSS, JavaScript, PHP, MySQL, AJAX, and jQuery, this project provides an interactive and secure shopping experience.
- Register & Login: Users can create an account and log in to their profile for a personalized shopping experience 🔑
- Email Authentication: Secure email verification process to confirm new user registrations 📧
- Shopping Cart: Add products to the cart, view them, and proceed with checkout 🛒
- Payment Gateway: Make secure payments through an integrated payment system 💳
- Track Order Status: Real-time tracking of your orders 📦
- Feedback Form: Submit feedback and rate your shopping experience 📝
- Frontend: HTML, CSS, JavaScript, jQuery, AJAX for dynamic interactions 🌍
- Backend: PHP for server-side logic 💻
- Database: MySQL for secure data storage and retrieval 🗄️
- Register or Log In: Create an account or log in to access your personalized shopping cart 🛍️
- Browse & Add to Cart: Explore the products and add items to your cart for checkout 🛒
- Checkout & Payment: Complete your order with secure payment 🔒
- Track Orders: Check the status of your orders anytime 📍
- Give Feedback: Leave valuable feedback to improve the shopping experience ✍️
- Clone the repository:
https://github.com/LakshayD02/Ecommerce-Website-PHP.git
- Set up the database with the provided
.sql
file. - Configure the
config.php
file for your database credentials. - Launch the project on your local server (e.g., XAMPP, WAMP, or similar).
- Access the app at
localhost
or127.0.0.1
in your browser.