Spare Part Online Store

Welcome to the Spare Part Online Store project! 🛠️ This web application is designed to provide an online platform for users to browse, purchase, and manage spare parts easily.

🚀 Project Overview

This project was built primarily using PHP along with JavaScript. It serves as a practical application to test and enhance my knowledge in web development.

📋 Features

  • User Registration and Login: Users can create an account and log in to their profiles.
  • Product Listings: Users can browse through a list of spare parts with detailed descriptions and prices.
  • Shopping Cart: Users can add items to their shopping cart and proceed to checkout.
  • Order Management: Users can view their order history and manage their purchases.
  • Responsive Design: The application is designed to be responsive, providing a seamless experience on both desktop and mobile devices.

🔧 Technologies Used

  • Languages:
    • PHP
    • JavaScript
  • Database:
    • MySQL
  • Frameworks/Libraries:
    • Bootstrap (for styling)
  • Tools:
    • XAMPP (for local server environment)
    • Visual Studio Code (for code editing)

🛠️ Setup Instructions

To run the Spare Part Online Store on your local machine, follow these steps:

  1. Clone the repository:
    git clone https://github.com/axcids/spare-part-online-store.git
    
  2. Navigate to the project directory:
     cd spare-part-online-store
    
  3. Set up your local server using XAMPP:
  4. Start the XAMPP Control Panel.
  5. Start the Apache and MySQL modules.
  6. Move the project folder to the htdocs directory of XAMPP.
  7. Create a database named spare_part_store in phpMyAdmin and import the SQL file if provided.
  8. Open your web browser and navigate to http://localhost/spare-part-online-store.

📧 Contact

For any questions or feedback, feel free to reach out:

Thank you for checking out the Spare Part Online Store project! I hope it serves as a useful reference for web development enthusiasts.