Skip to content

YouNameThePrice/YouNameThePrice-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Kurulum

  1. Clone the project to your local machine.
    git clone https://github.com/YouNameThePrice/YouNameThePrice-frontend.git

  2. Go to project folder
    cd YouNameThePrice-frontend

  3. Open the project in VSCode
    code .

  4. Install dependencies
    npm install

  5. Start the project on your local
    npm start

Route Table

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