Algern Clothing is an e-commerce platform that focuses on stylish and luxury clothing.
To the site.
For the backend, checkout this repo: Algern Clothing Backend
- Men
- Women
-
Men
- T-Shirt
- Shirt
- Hoodie
-
Women
- Dress
- Sweatshirt
- Top
-
search by category
-
navigate to the WishList/Cart page
-
navigate to the Home page back, click on the Inclusive Mart logo
-
Log In/Log Out
- Sign Up by following the link provided on the Log In page
-
filter the products based on your preference.
- filter by Subcategory of the selected Category
- filter by Ratings
- Sort by Price
-
add/remove Items in (or from) your WishList
-
add Items in your Cart
- see the price card, containing total amount that you have to pay.
- increase/decrease the quantity of an item
- remove Items from your Cart
- 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 algern-clothing-react folder
git clone https://github.com/partha8/algern-clothing-react.git
cd algern-clothing-react
- 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
Special thanks to my team members (team D3) for reviewing this project!