-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
chen445 edited this page May 28, 2021
·
1 revision
There is a template for every routes. The template contains NavBar and Footer. NavBar has Logo, SearchBar and SignIn or Logout depending on whether the user is logged in.
-
/-
Homecontains a list products shown to user. Each product is aProductcomponent.
-
-
/product/:productId-
ProductShowProductDetails-
AddToCart: A section where user can add the product into the cart and change the quantity. Reviews
-
-
/search?search={query}-
SearchResultdisplay a list of products based on the query
-
-
/cart-
CartCartItemCheckout
-
-
/loginSessionForm
-
/signupSessionForm