/dbazaar-frontend

Frontend application of our minor project in React

Primary LanguageJavaScript

Decentralized Bazaar

Take a deep breath!

Components

  • Reusable components are inside /src/components/commons
  • Atomic components (appearing throughout the site) are inside /src/components/commons/atomic

Guidelines for teammates

  • To work on a specific feature, create a branch named [yourName-feature]

Color Palette

  • DecentBazaar : #0C2146 #0C2146
  • Background : #FFFFFF #FFFFFF
  • Sub-background : #EDEDF0 #EDEDF0
  • Sign-In Text color : #2264D1 #2264D1
  • Sign-In Button Border : #9DC2FF #9DC2FF
  • Clothings & Shoe wala ko Text color : #2979FF #2979FF
  • Clothings & Shoe - hover bg color : #EBF2FF #EBF2FF
  • Inactive category(Eg. Entertainment) - text & icon color : #787885 #787885
  • Rating star : #FB8200 #FB8200
  • Status dot on profile pic(Online) : #2FA84F #2FA84F
  • Status dot on profile pic(Offline) : #EDEDF0 #EDEDF0

Instructions

  • Setup the backend (see dbazaar-backend)
  • npm install
  • npm start