Final Project for Course CS 545 Human Computer Interaction at Stevens Institute of technology
Explore the docs
·
View Project Presentation
·
View Project Demonstration Video
·
View Demo
Table of Contents
- A web application that allows users to find properties that are listed for Sale or Rent in their desired locations.
- This web application also allows users to create their own listings if they desire to Sell or Rent their house
- The application features a Messaging system that allows the user to communicate with a landlord/homeowner once the user has selected a listing they want to go ahead with
- The website displays an immersive photo experience which will help the user make a better decision
- Every listing features a direct link to Google maps, which gives the user abetter and more accurate understanding of the area the listing is located in
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This application is uses NPM as a package manager and was created using React-Create-App.
- npm
npm install
This is how you can run the project on your system:
- Create a clone of the RentPipe Repository on your local machine
git clone https://github.com/kevin46dsa/RentPipe
- Install NPM packages
npm install
- Run the React application
npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
You can contact me at: Kevin Dsa
Project Link: https://github.com/kevin46dsa/RentPipe
Id Like to thank React & Next js Projects with Sahand for the amazing tutorial video of Realtor Clone, links mentioned below