Skip to content

Latest commit

 

History

History
88 lines (70 loc) · 2.79 KB

File metadata and controls

88 lines (70 loc) · 2.79 KB

JUGAAD Marketplace

Welcome to JUGAAD Marketplace – an online thrift store platform for buying and selling items in a smart, user-friendly environment. Users can browse listings, post items for sale, manage their purchase and sales history, leave reviews, and chat in real-time for negotiations and bidding.

Features

  • User Authentication: Secure login and registration.
  • Item Listings: Browse, post, and bid on items for sale.
  • Purchase & Sales History: Track your buying and selling activity.
  • Review System: Leave and view reviews for purchased items.
  • Chat Interface: Real-time chat for buyers and sellers.
  • Customizable Settings: Personalize your experience with themes, notifications, and privacy options.

Project Structure

Jugaad-TheOnlineThriftStore
├── public/
│   ├── app.js
│   ├── index.html
│   └── login.html
├── src/
│   ├── assets/
│   ├── main.js
│   ├── components/
│   │   ├── ChatInterface.js
│   │   ├── ItemList.js
│   │   ├── PurchaseHistory.js
│   │   ├── ReviewSystem.js
│   │   ├── SalesHistory.js
│   │   └── UserProfile.js
│   ├── style/
│   │   └── styles.css
│   └── utils/
│       └── api.js
├── .github/
│   └── workflows/
│       └── github-pages.yml
├── .gitattributes
└── README.md

Getting Started

  1. Clone the repository:

    git clone https://github.com/BroCoder007/Jugaad-TheOnlineThriftStore.git
    cd Jugaad-TheOnlineThriftStore
  2. Install dependencies:

    npm install
  3. Run the application:

    npm start
  4. Build for production:

    npm run build
  5. Deploy to GitHub Pages:

Main Components

Contributing

Contributions are welcome! Please open an issue or submit a pull request for improvements or new features.

License

This project is licensed under the MIT License.

Repository