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.
- Fork and clone this repo
- In the terminal run
npm install
- To view the application run
npm start
Lauren Lucero & Dave Pernitz