Skip to content

Real Estate Bidding App: A user-friendly command-line application that simulates real estate bidding. Users can bid on houses, view current bid information, and explore the world of real estate auctions. This Java application is a fun way to experience the thrill of real estate bidding without leaving your computer

Notifications You must be signed in to change notification settings

EfremMic/Real_Estate_Bidding_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Estate Bidding App

Welcome to the Real Estate Bidding App. This app allows users to place bids on houses available for sale. Each house has a name, an initial price, and keeps track of the current highest bidder and bid amount.

Table of Contents

Features

  • View a list of available houses.
  • Place bids on houses.
  • See the current highest bidder and bid amount for each house.
  • Easy-to-use command-line interface.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

  1. Clone the repository:

     git clone https://github.com/EfremMic/Real_Estate_Bidding_App.git
    
  2. Navigate to the project directory:

    cd real-estate-bidding-app
  3. Compile and run the app:

    javac BiddingApp.java
    java BiddingApp
  4. Follow the on-screen instructions to interact with the app.

Usage

Select a house to bid on by entering the corresponding number. Enter your name as the bidder. Enter your bid amount.

Example

Here's an example of using the Real Estate Bidding App:

Welcome to the Real Estate Bidding App

Available Houses:
1. House 1 - Current Bid: $250,000.0 by No bids yet
2. House 2 - Current Bid: $300,000.0 by No bids yet
3. House 3 - Current Bid: $200,000.0 by No bids yet

Select a house to bid on (1-3) or enter 0 to exit: 1
Enter your name: John
Enter your bid amount: $255,000.0
John placed a bid of $255,000.0 on House 1

...

Select a house to bid on (1-3) or enter 0 to exit: 0
Thank you for using the Bidding App. Goodbye!

Contributing

Contributions are welcome! If you'd like to contribute to the Real Estate Bidding App, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix.

  3. Make your changes and ensure they are tested.

  4. Create a pull request to merge your changes into the main repository.

License

This Real Estate Bidding App is open-source and available under the MIT License.

MIT License

Copyright (c) 2023 Efrem Mickael

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Real Estate Bidding App: A user-friendly command-line application that simulates real estate bidding. Users can bid on houses, view current bid information, and explore the world of real estate auctions. This Java application is a fun way to experience the thrill of real estate bidding without leaving your computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages