Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 896 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 896 Bytes

VRAD - Vacation Rentals Around Denver

Abstract

VRAD (Vacation Rentals Around Denver) is a Turing School of Software & Design Module 3 partner project based off of VRBO (Vacation Rentals By Owner) that shares data about rentals available in different areas of Denver. It is a modular React application utilizing functional and class components, state and props, lifecycle methods, propTypes and React Router. Nested fetch calls are used to retrieve area and listing information from a RESTful API. The application also implements unit and integration tests including asynchronous testing with Jest and React Testing Library.

gif of working application

Installation

  1. Fork and clone this repo
  2. In the terminal run npm install
  3. To view the application run npm start

Collaborators

Lauren Lucero & Dave Pernitz