https://github.com/hmasum52/campus-deal
https://github.com/hmasum52/campus-deal
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hmasum52/campus-deal
- Owner: hmasum52
- Created: 2023-05-09T15:48:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T22:07:21.000Z (about 1 year ago)
- Last Synced: 2025-02-20T22:44:22.471Z (3 months ago)
- Language: Java
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Campus Deal
## Short Description:
Campus Deal is a mobile application that empowers students to buy and sell various items on their campus, fostering a vibrant community and facilitating a convenient marketplace.
In this app students can buy and sell items like textbooks, electronics etc.## Features:
- Authentication: Student can login and register with both email and google account.
- Complete profile: Student have to complete profile with their phone number and campus info before continuing to the app.
- Student can browse all the ads by category in the homepage - recent products and product near the user location will be shown
- Search Ads: Student can search ads by title.
- Ads Details: Student can see the details of an ad.
- Deal Requests: Student can send deal request to the seller and also cancel the request.
- Deal History: Student can see all the deal history. Deal history includes all the deal requests sent by the student and all the deal requests received by the student.
- Accept/Reject Deal: Student can accept or reject deal request by browsing the deal request for the deal history.
- Edit Profile: Student can edit their profile.#### Release
- Test release:
- v0.1.0 - 2021-08-15
- First release
- v0.1.1 - 2021-09-09
- Make deal
- deal history
- edit profile
- bug fixes
- ui fixes#### Important links
- [Google map resource exception solution](https://stackoverflow.com/questions/56629445/getting-a-android-content-res-resourcesnotfoundexception-resource-id-0x7f0200)
- [Text inpu edit text](https://www.section.io/engineering-education/how-is-textinputlayout-different-from-edittext)