MLS Demo React is a conceptual demo of a real estate listings website that connects to the MLS (Multiple Listing Service) using the RETS API (Real Estate Transaction Standard API). It is built on React and showcases my ability to create engaging and user-friendly front-end interfaces that can integrate with various back-end systems.
You can check out a live demo of MLS Demo React at https://zeckdude.github.io/mls-demo-react/. Please note that this demo is purely conceptual and not connected to a real MLS service.
To install and run MLS Demo React locally, follow these steps:
- Clone this repository:
git clone https://github.com/zeckdude/mls-demo-react.git
- Switch to the gh-pages branch
- Install dependencies:
npm install
- Start the app:
npm start
MLS Demo React uses the RETS API to fetch real estate data. To connect to a real MLS service, you will need to obtain an API key and configure the rets.js
library accordingly.
- React
- Redux
- Leaflet
- UI Kit
- RETS API
Contributions are welcome! If you have any suggestions or find any issues, please feel free to create an issue or submit a pull request.
This project was created by Chris Seckler. Special thanks to the rets.js library for making it easy to connect to the RETS API.
MLS Demo React is licensed under the MIT License. See LICENSE for more information.