Skip to content

jalajcodes/max-store-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Max Store

Minimalistic Ecommerce Application

Tech Stack

  • Node
  • Mongodb
  • React
  • Atlas

Kapture.2022-04-03.at.16.29.12.mp4

Features

  • Home Page
  • Product Listing Page
  • Filters by
    • Price
    • Category
  • Ratings
  • Cart Management
  • Wishlist Management
  • Authentication
    • Sign-up
    • Login
    • Logout
  • Search (In Dev)
  • Address Management (In Dev)
  • Checkout (In Dev)
  • Single Product Page (In Dev)
  • Forget Password (In Dev)
  • Loading & Alerts
  • User Profile Page

How to Setup Locally

  • Clone the Repo
  • Do yarn install
  • cd into frontend
  • Do yarn install
  • Fill up the environment variables in .env file
  • Run yarn start:app to start both backend and frontend