Manazone is an e-commerce platform created for Gamers.
From Navbar
-
navigate to the WishList/Cart page
-
navigate to the Home page back, click on the logo
-
Log In/Log Out
-
Toggle dark/light mode
- Sign Up by following the link provided on the Log In page
From Home
- click on the Category in which you want to buy
From Products Page
-
filter the products based on your preference. Manazone gives filter options for
- filter by Category
- Sort by Price
- Slider to filter by Price Range
-
add/remove Items to your WishList
-
add/remove Items in your Cart
From Cart page
- see the price card, containing total amount that you have to pay.
- increase/decrease the quantity of an item
- add/remove Items to your WishList
- remove Items from your Cart
From WishList page
- remove Items from your WishList
- add Items in your Cart
- clone the repository on your local machine with the command below in your terminal, and cd into the manazone-ecomm folder
git clone https://github.com/gadgetfather/manazone-ecomm.git
cd manazone-ecomm
- install dependencies (if you are using yarn then do with that)
npm install
- create a
.env
file at the root level of the directory (at the level ofpackage.json
) and create a variable like mentioned below
REACT_APP_JWT_SECRET = <JWT_SECRET_KEY_OF_YOUR_CHOICE>
- start the server
npm start