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.
You can watch a demo of the application on YouTube by following this link: https://www.youtube.com/watch?v=b1E8miKgfjQ&t=314s
To run this application locally, you'll need to follow these steps:
-
Clone this repository using the following command: git clone https://github.com/hoan7902/FE_Clothes_Shop.git
-
Install the project dependencies: npm install
-
Start the development server: npm run dev
This will start the development server at http://localhost:3000.
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.