ReactJS Realestate Browser

Built with React-Router, React-Redux, Redux-Thunk, this demo serves as an excellent starter base for any modern ReactJs web application.

See the demo: https://agitated-goodall-efd986.netlify.app/

Github: https://github.com/macksfield/Realestate-Demo

This ReactJS site started as a deliverable for an interview with a company that I didn't end up wanting to go forward with, but the prompt inspired me.

I took it as an opportunity to make a ReactJS site with some solid foundational architecture, that could be expanded into something much more.

React Redux allows us to manage the state of the application with ease, and Redux-Thunk gives us some very digestable ways to make service calls and dispatch them to the store, keeping the entire application state rock solid.