Skip to content

sajalshrivastav/real-estate-react-app

 
 

Repository files navigation

Real Estate

The idea behind this application is to create a place where buyers and sellers can meet. In this application the user can register an account, search for a real estate listing base of his/her preference(s) and make an inquiry of the listing; and the admin can manage resources including property listings, realtors and contact inquiries in the admin area. Here we are creating the front end of the application that you can see live here. You can find the backend repository here.

Representation of the project in YouTube

https://www.youtube.com/watch?v=dR8qX2cMPcE&t=25s

Getting Started

Dependencies

Before start, you need install the following tools in your computer:

GITGit

NodeJSNode.js

It is also recommended to have a good code editor, like the following:

VisualStudioCodeVSCode

Installing

# Clone the repository
$ git clone https://github.com/DamyanBG/real-estate-react-app.git

# Enter the project folder in the terminal
$ cd real-estate-react-app

# Install all the dependencies
$ npm install

# Execute the appliction with this command
$ npm start

# The server will start in the port:3000
go to http://localhost:3000/

Contributing

First off, we would like to thank you for taking the time to contribute and make this a better project!

This is perfect project for people with not so much experience in React. As such pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. For details about contributing you can access contributing.

And do not forget to enjoy and have fun!

Authors

Used Technologies

Those following tools were used in the project development:

Application (ReactJS + Sass)

About

Real Estate front end application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.4%
  • SCSS 8.8%
  • Other 0.8%