/vacation-rentals-around-denver

Turing School Mod 3 Paired Project

Primary LanguageJavaScript

VRAD – Vacation Rentals Around Denver

App Screenshot

Vacation Rentals Around Denver - screenshot 1 Vacation Rentals Around Denver - screenshot 2 Vacation Rentals Around Denver - screenshot 3 Vacation Rentals Around Denver - screenshot 4 Vacation Rentals Around Denver - screenshot 5 Vacation Rentals Around Denver - screenshot 6

Team Members:

Kimala Cochran

John Watterson

Abstract

This is a paired programming project during our time at Turing School of Software and Design — Module 3 Front End Engineering. This app allows a user to login and view various rental locations around Denver. Upon choosing an Area, the user is shown an overview of all available listings for that given area. Then the user chooses a specific listing to view all of the pertinent details and images for that listing. The user is then able to 'favorite' a listing if they like. This listing is then shown in the button context of the 'View My Favorites' button as a running count of favorited listings. Then the user clicks the 'View My Favorites' button to view a collection of all of their favorites. Favorites can be removed at any time from the relative path of the listing, or from the favorites view.

Technology Used

  • create-react-app
  • REACT router
  • Fetch API
  • Async / Await
  • Testing
    • React Testing Library
    • Jest Testing Library

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 browser and enter http://localhost:3000/ (this step may happen automatically upon npm start)