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.
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.
- 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.
- Languages:
- PHP
- JavaScript
- Database:
- MySQL
- Frameworks/Libraries:
- Bootstrap (for styling)
- Tools:
- XAMPP (for local server environment)
- Visual Studio Code (for code editing)
To run the Spare Part Online Store on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/axcids/spare-part-online-store.git
- Navigate to the project directory:
cd spare-part-online-store
- Set up your local server using XAMPP:
- Start the XAMPP Control Panel.
- Start the Apache and MySQL modules.
- Move the project folder to the htdocs directory of XAMPP.
- Create a database named spare_part_store in phpMyAdmin and import the SQL file if provided.
- Open your web browser and navigate to http://localhost/spare-part-online-store.
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.