CGladwin / realty_group_project

0 stars 3 forks source link

Realty Group Project

Group Members Jason Pickering - 100439553 Caleb Gladwin - 100755915 Nicholas Drapak - 100754042 Zain Siddiqui - 100867903

A Flutter-based real estate application enabling users to browse property listings, place bids, manage search history, and receive notifications. The project uses Firebase Firestore for cloud storage and SharedPreferences for local storage.

Features

Screens

  1. Listings Page: The main dashboard.
  2. Add Listing Page: A form for adding properties.
  3. Place Bid Page: Interactive bidding screen.
  4. Search History Page: View previously searched terms.
  5. Notifications Page: View notifications about listings or bids.

Project Setup

  1. Clone the repository.
  2. Run flutter pub get to install dependencies.
  3. Configure Firebase in the firebase_options.dart file.
  4. Launch the app with flutter run.

Future Enhancements

Requirements

How to Contribute

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Submit a pull request detailing your changes.