/VRAD

Primary LanguageJavaScript

VRAD: Vacation Rentals Around Denver

Team Members:

Madison Randle - GitHub

Justin Corbin - GitHub

Abstract

Technologies Used: React, React Router, ES6, TDD, CSS, Fetch API for receiving 3rd party data

VRAD is an appication we built during our time at Turing School of Softwar and Design. This was our paried project in module 3 of 4. The learning goal of VRAD was focused around effectively and efficiecntly building a dry React application using test driven development. We used diffrent types of React routers to access and pass down API information into their components through props.

Setup

  1. clone down this repo to desired location
  2. cd into the new directory
  3. run npm install
  4. run npm start
  5. Open localhost:3000 in your favorite browser (unless your terminal says otherwise)

App Screenshots

Login Page:

Picture of Login Page

Neighborhoods Page:

Picture of Neighborhoods Page

Property Listings Page:

Picture of Property Listings Page

Listing's Details Page:

Picture of Listing's Details Page

Favorite Listings Page:

Picture of Favorite Listings Page