partha8 / algern-clothing-react

Fashion e-commerce application

Home Page:https://algern-clothing-react.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algern Clothing

Algern Clothing is an e-commerce platform that focuses on stylish and luxury clothing.
To the site.


Note

For the backend, checkout this repo: Algern Clothing Backend

Table of Contents


Features

Categories

  • Men
  • Women

Sub Categories

  • Men

    • T-Shirt
    • Shirt
    • Hoodie
  • Women

    • Dress
    • Sweatshirt
    • Top

From Navbar

  • 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

From Products 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

From Cart page

  • see the price card, containing total amount that you have to pay.
  • increase/decrease the quantity of an item
  • remove Items from your Cart

From WishList page

  • remove Items from your WishList
  • add Items in your Cart

Getting Started

  • 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 of package.json) and create a variable like mentioned below
REACT_APP_JWT_SECRET = <JWT_SECRET_KEY_OF_YOUR_CHOICE>
  • start the server
npm start

👨‍💻 Connect with me

Thanks

Special thanks to my team members (team D3) for reviewing this project!

About

Fashion e-commerce application

https://algern-clothing-react.netlify.app/


Languages

Language:JavaScript 76.7%Language:CSS 21.3%Language:HTML 2.0%