/OKAZ

Frontend of OKAZ a Marketplace To Trade Products In Your Local Area ( C2C e-commerce ) using React and Redux

Primary LanguageJavaScript

OKAZ

A Marketplace To Trade Products In Your Local Area ( C2C e-commerce )

The platform allows sellers to directly upload information about the product they want to sell. Similar to an actual advertisement, this information includes a picture and textual description of the product. Buyers can contact the seller without any third-party intervention, bargain the price and buy.

Features

  • User registration.
  • Advertisement post selecting a category, city and condition of the product.
  • Image uploading for the advertisement.
  • Provide your product owner phone number for contact.
  • Edit any information about your advertisement.
  • Delete your advertisement.
  • Update your profile info.
  • Add Products to your favorites list.
  • Recommended products based on your favorite categories.
  • Admin functionalities for managing the application.
  • Location based search.
  • Explore a category for all products.
  • Search by a product name.

User Experience Demo

user.mp4

Admin Experience Demo

admin.mp4

Screenshots samples

okaz1 okaz2 okaz3 okaz4 placeAd

Usage

# Install dependencies
npm install
# Run app
npm start
open [localhost:3000] in the browser
# Build app
npm run build