Skip to content

Rental Rants (created as group final project for Lighthouse Labs Web Dev Bootcamp) is a single page, mobile first web application where users can view and submit reviews of rental properties they have lived in.

Notifications You must be signed in to change notification settings

danunder/lighthouse_final

Repository files navigation

Rental Rants (Lighthouse Labs Final Project)

Rental Rants is a single page, mobile first web application where users can view and submit reviews of rental properties they have lived in. The client side harnesses Google Maps API for location search suggestions and latitude + longitude coordinates and is rendered with ReactJS and bootstrap components overlaying google-maps-react library elements. Persistent storage is managed by a PostgreSQL database with a NodeJS Express server handling API calls to the db.

Application in use

Animation of user searching for a property, selecting the propery and viewing reviews

Search for a property and view reviews attached to it.

Animation of user viewing neighbourhood reviews

Reviews are stored by latitude and longitude coordinates. You can view what tenants living nearby had to say about their neighbourhood.

Animation of user logging in to add a review

Anyone can view reviews. To add a property review, login or create an account.

Animation of user creating and submitting a property review

Enter your tenancy dates, leave a brief review and rating in each of the three categories and submit when you're happy!

Setup

Fork and clone this repository.

CD into backend, install dependencies with npm install.

CD into client, install dependencies with npm install, setup database with npm run db:reset

Run the application

In one terminal window, start the backend with npm run dev.

In another temrinal window, start the client with npm start.

The app will be served at http://localhost:3000/.

Go to http://localhost:3000/ in your browser.

About

Rental Rants (created as group final project for Lighthouse Labs Web Dev Bootcamp) is a single page, mobile first web application where users can view and submit reviews of rental properties they have lived in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published