Skip to content

MordechaiWein/sunny-realty-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunny Realty

Introduction

My name is Mordechai Wein and I have created this React application. The application incorporates Hooks, Routes, Links, and other React logic.

Description

I decided to make a mock real estate database app.

My app has three client-side routes: a Home, Listings, and Realtors page. I created NavLink tags so the user can navigate these three pages.

The Home page is a user-friendly welcome page that explains the website.

The Listings page is where a user can find available real estate listings and add listings to the database.

Upon page load, the data is fetched in the app component set to state and sent down via props to listings. The data is then mapped through and rendered onto the page.

A POST request is made when a user submits the form on top of the page after filling out the necessary info. A function then fires off and resets the original state to the data and the new object. It is then mapped through again and rendered on the page automatically.

When visiting the Realtor page, we can see all the information about the Realtor associated with the property listing. On the Listing page, each property card will say who the Realtor is. We can then go to the Realtor page and find the Realtor information. If the Realtor is good, they can be given a star.

About

React app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published