This project is a front-end web development assignment aiming to recreate the design and functionality of the YSL website.
-
User Authentication and Authorization:
- Sign up, sign in, and OTP verification functionalities for secure access.
-
Admin Features:
- User Management: Admin can manage user accounts, view user details, and perform user-related actions.
- Product Management: Admin can manage product listings, add new products, and update existing ones.
- Order Management: Admin can view and manage orders, assign orders to specific staff members.
-
User Features:
- Shopping Cart: Users can add products to their shopping cart for future purchase.
- Checkout: Users can simulate the checkout process for a realistic shopping experience.
- Order History: Users can view their order history, including order details and status.
- Address Book: Users can manage their address book, add or update shipping addresses.
-
Responsive Design:
- Ensure a user-friendly interface across various devices.
- PHP
- MySQL
- JQuery
- HTML/CSS
-
Clone the repository:
git clone https://github.com/56duong/DUONGTS.git
-
Update the following constants for the application:
- Update MySQL connection details, SMTP Services, and reCAPTCHA Credentials in the
config.php
file located at php/setting/config.php.
- Update MySQL connection details, SMTP Services, and reCAPTCHA Credentials in the