Group project for CS 4675 @ GT
Georgia Tech Marketplace is a web app for Georgia Tech students looking to sell or buy items. Thousands of students move in and out of Georgia Tech every year and alongside them, commonplace goods and items for college living. The problem is that many students do not want to spend a lot of money buying new items from stores that they are not sure they will use for longer than a year or semester. This leads to using platforms like Facebook marketplace, Ebay, or Craigslist, which often have scams or have other credibility and safety concerns.
We aim to address the lack of a safe platform for buying and selling items within the Georgia Tech community through the Georgia Tech Marketplace. This web allows students of Georgia Tech to sell used goods or offer monetary services within the GT community.
username: demouser@gatech.edu
password: 12341234
Technology:
HTML, Tailwind CSS, React.js, Firebase, Firebase Realtime Database
View all recent listings on the Dashboard or filter items through selecting categories or searching.
When viewing items, you can "Add to Favorite" to view listings later.
If you are interested in an item, click on "Contact Seller" to begin chatting with the seller.
View all your current listings on this page.
If you have something to sell, click "Add New Listing" and create a listing.
View information about yourself on your profile and view listings you have previously favorited.
- Use
npm install
to install dependencies. - Use
npm run dev
to run the application on your local host.