Fresh Store

Tech Stack: React, useContext, useReducer, useEffect, useState, custom hooks, functional components,Mock backend using Mirage JS and Mockman API.

Fresh Store is an E-commerce App built using React, having functionality like product listing, cart, wishlist and filtering.

Features

  • Authentication: Login and SignUp functionality.
  • Private and public routes: Private routes accessible only on login.
  • Filter products based on category, brand, price, rating.
  • User friendly message using toast implementation
  • User actions like add/remove from cart, toggle wishlist.
  • Increment/decrement quantity in Cart page.
  • Total price with quantity shown in the place order section.

Fresh Store Example 1

Fresh Store Example 2