This is a buy and sell platform developed for the campus community. We have used waterfall SD-methodology (outdated, but just for fun) to create SRS, DFD and other related documents and testings. This project is still in its phase-I, this is just a working base product, some new creative features will be added soon (are noted down below).
- Login, logout and account recovery using E-mail.
- User account and profile information (email, phone num, address)
- Interface to sell a product (includes description, demanded price, title)
- Global interface to see latest products
- Search based on keywords and title (rudimentary search, not using any tokenization methods)
- Interface to view a posted product and show interest
(in Jan 2023 probably)
- Enabling and configuring anonymous proxies to sellers and buyers for every transactions. (Generated using a probability table from a names database taken from a foriegn source).
- Providing a interface to negotiate and bid prices among buyers and seller involving only numbers, without any test messages.
- Encorporating a rating and star system to encourage users to sell un-need products for the benefit of community. (Encourages users). Code components are ready, integration is pending.
Client: React, Context, CSS
Server: Firebase
- Clone/Download the repo.
- Run npm install.
- Config the BackEnd FireBase Change the values in src/firebase/config.js to suit your firebase console project api key values.
- Run npm start to spin the up the local dev server port 3000.(http://localhost:3000).
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.