Welcome to the Online Tailor Store project! This web application allows users to browse through a collection of tailor-made clothing items, place orders, and manage their accounts. The project is built using HTML, CSS, JavaScript, PHP, and MySQL. It is developed using Notepad++ as the code editor and XAMPP server for local development and testing.
- User Registration: Users can sign up for an account by providing their details.
- Login and Authentication: Registered users can securely log in to their accounts.
- Browse Catalog: Users can browse through a catalog of tailor-made clothing items.
- Order Placement: Users can add items to their cart and place orders.
- Order Tracking: Users can track the status of their orders.
- Account Management: Users can update their profile information and view order history.
- Admin Panel: Admin users have access to additional functionalities like managing products, orders, and user accounts.
- Responsive Design: The application is designed to be responsive and accessible on different devices.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL
- Server Environment: XAMPP
To run this project locally, follow these steps:
- Install XAMPP server on your machine.
- Clone the repository:
git clone https://github.com/mushrifahamed/online-tailor-store.git
- Place the project folder in the
htdocs
directory of your XAMPP installation. - Import the database using the provided SQL script.
- Start the Apache and MySQL services in XAMPP.
- Open your web browser and navigate to
http://localhost/online-tailor-store
.
- List any acknowledgements or credits for libraries, frameworks, or resources used in the project.