Skip to content

collinclarke/vacant

Repository files navigation

vacant

A single page app based off of AirBnB. The backend uses Rails and Jbuilder with a PSQL database to serve up data. The frontend utilizes React/Redux and SASS.

LIVE SITE

// AIR BNB CLONE //

splash page

Features

  • User authentication with demo login
  • User can browse available spaces by navigating map
  • Users can book spaces and review those spaces after booking
  • Amazon AWS S3 storage

User authentication and Demo login

user login

  • Users can log in as a guest to demo booking and reviews

Spot browse and Map

spots map search

  • Dragging the map changes what spots are displayed
  • Google maps infowindows include spot prices and highlight on spot hover

Spot view and book

spot booking

  • User can request to book spots
  • User can view requested spots and booking status

Spot reviews

spot show

  • Users can leave reviews on spots they have booked

Future directions

I plan on continuing development on Vacant.

  • Users will be able to make their own spots
  • Calendar will display the available dates
  • Search function will allow users to filter spots by type and amenities

FOR WIKI

See THE README folder.