You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Clothes Shop
This is a front-end web application for an online clothes shop built using Next.js and TypeScript. It allows users to browse through various clothing items and add them to their shopping cart. The application also provides an option to checkout, where users can enter their shipping details and complete the purchase.
### Demo
You can watch a demo of the application on YouTube by following this link: https://www.youtube.com/watch?v=b1E8miKgfjQ&t=314s
### Installation and Setup
To run this application locally, you'll need to follow these steps:
1. Clone this repository using the following command: git clone https://github.com/hoan7902/FE_Clothes_Shop.git
2. Install the project dependencies: npm install
3. Start the development server: npm run dev
This will start the development server at http://localhost:3000.
### Backend Repository
This front-end application relies on a back-end API to manage the database and server-side functionality. The back-end API is implemented using PHP and can be found at the following repository: https://github.com/hoan7902/PHP_DB_SHOP
To run the application, you will need to follow the instructions provided in the README.md file of the backend repository.
# BTL_DBMS_Front-end_Client