Skip to content

mnath30/Closet-Ecommerce-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Closet is an ecommerce app where you can shop for all your favourite products

Features

The website provides the user with the ability to view the various product categories in the home page. On clicking on the product category, the user will be navigated to the respective products page which will display all the products, and filters can be applied to those products. User can also add the product to cart by using add to cart button and add the product to wishlist by using the add to wishlist button. On clicking on the specific product, user will be navigated to the single product page where they will be able to see the product details.

Once the user has logged in, they will be able to access their cart and wishlist. The wishlist page displays all the products present in the user's wishlist and also the option to add those products to the cart or remove them from the wishlist. The final cart page will display all the products in the user's cart along with the final amount details.The user can increment or decrement the product quantity from the cart and also move the product from the cart to the wishlist. The user can navigate to the profile page and add/ edit or delete their saved addresses and also logout from the application.

Pages

  1. Product listing
  2. Wishlist Management
  3. Cart Management
  4. Single Product Page
  5. Profile page
  6. Authentication
    • Login
    • Signup
    • Logout

Checkout the live application here Closet

Technology used

Closet is made using HTML, CSS, React and it is hosted using Netlify.

To run app locally

To run the app locally, follow the below steps:

  1. Clone the app
git clone https://github.com/mnath30/Closet-Ecommerce-Store.git
  1. Go to the folder
cd Closet-Ecommerce-Store
  1. Install the dependencies
npm install
  1. Run the app
npm start

Demonstration

Closet.mp4