This project was bootstrapped with Create React App.
-
Clone the project to your local machine.
git clone https://github.com/YouNameThePrice/YouNameThePrice-frontend.git
-
Go to project folder
cd YouNameThePrice-frontend
-
Open the project in VSCode
code .
-
Install dependencies
npm install
-
Start the project on your local
npm start
Below you can find the route table of the project. This table contains each path and its corresponding pages.
Path | Page |
---|---|
/login | Login |
/register | Register |
/ | Home (products) |
/:category | Home (products) |
/:category/:subcategory | Home (products) |
/:category/:subcategory/:title | ProductDetail |
/profile | ProfileDetail |
/favorite | Favorite |
/cart | Cart |