https://github.com/vanphudev/cailonuong_clone
https://github.com/vanphudev/cailonuong_clone
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vanphudev/cailonuong_clone
- Owner: vanphudev
- Created: 2025-04-19T04:22:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-19T04:31:08.000Z (about 1 year ago)
- Last Synced: 2025-06-15T12:38:54.589Z (about 1 year ago)
- Language: JavaScript
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :rocket: Introduction

- NPM packages:
- [axios](https://www.npmjs.com/package/axios)
- [react](https://www.npmjs.com/package/react)
- [react-dom](https://www.npmjs.com/package/react-dom)
- [react-redux](https://www.npmjs.com/package/react-redux)
- [react-router-dom](https://www.npmjs.com/package/react-router-dom)
- [redux](https://www.npmjs.com/package/redux)
- [tailwindcss](https://www.npmjs.com/package/tailwindcss)
- [bootstrap](https://www.npmjs.com/package/bootstrap)
- [web-vitals](https://www.npmjs.com/package/web-vitals)
- [react-scripts](https://www.npmjs.com/package/react-scripts)
## :ledger: Index
- [About](#beginner-about)
- [Usage](#zap-usage)
- [Installation](#electric_plug-installation)
- [Commands](#package-commands)
- [Development](#wrench-development)
- [Pre-Requisites](#notebook-pre-requisites)
- [Developmen Environment](#nut_and_bolt-development-environment)
- [File Structure](#file_folder-file-structure)
- [Build](#hammer-build)
- [Deployment](#rocket-deployment)
- [Community](#cherry_blossom-community)
- [Contribution](#fire-contribution)
- [Branches](#cactus-branches)
- [Guideline](#exclamation-guideline)
- [FAQ](#question-faq)
- [Resources](#page_facing_up-resources)
- [Gallery](#camera-gallery)
- [Credit/Acknowledgment](#star2-creditacknowledgment)
- [License](#lock-license)
## :beginner: About
- This project is a website clone of Phuong Trang website. It is a graduation thesis project of the group.
- The project is built with ReactJS, Redux, ...
## :zap: Usage
> [!NOTE]\
> We will update the information again.
### :electric_plug: Installation
- Steps on how to install this project, to use it.
```
$ git clone https://github.com/vanphudev/cailonuong_clone.git
$ cd cailonuong_clone
$ npm install
$ npm start
```
### :package: Commands
> [!NOTE]\
> We will update the information again.
## :wrench: Development
> [!NOTE]\
> We will update the information again.
### :notebook: Pre-Requisites
> [!NOTE]\
> We will update the information again.
### :nut_and_bolt: Development Environment
- Clone the project to your local machine
```
$ git clone https://github.com/vanphudev/cailonuong_clone.git
```
- How to install dependencies...
- `cd project`
- `npm install`
- How to run the project...
- `cd project`
- `npm start`
- How to build the project...
- `cd project`
- `npm build`
### :file_folder: File Structure
- File Structure of the project is as follows:
```
website_phuongtrang_clone/
├── node_modules/
├── public/
│ ├── icons/
│ └── index.html
├── src/
│ ├── api/
│ ├── assets/
│ ├── components/
│ ├── layouts/
│ ├── pages/
│ ├── redux/
│ ├── routes/
│ ├── services/
│ ├── styles/
│ ├── utils/
│ ├── App.js
│ └── index.js
├── .env
├── .gitignore
├── package-lock.json
├── package.json
└── README.md
```
### :hammer: Build
> [!NOTE]\
> We will update the information again.
### :rocket: Deployment
> [!NOTE]\
> We will update the information again.
## :cherry_blossom: Community
> [!NOTE]\
> We will update the information again.
### :fire: Contribution
> [!NOTE]\
> We will update the information again.
### :cactus: Branches
1. **`main`** is the production branch.
2. **`staging`** is the staging branch.
3. **`dev`** is the development branch.
### :exclamation: Guideline
> [!NOTE]\
> We will update the information again.
## :question: FAQ
> [!NOTE]\
> We will update the information again.
## :page_facing_up: Resources
> [!NOTE]\
> We will update the information again.
## :camera: Gallery
> [!NOTE]\
> We will update the information again.
## :star2: Credit/Acknowledgment
> [!NOTE]\
> We will update the information again.
## :lock: License
> [!NOTE]\
> We will update the information again.