Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.06 KB

File metadata and controls

39 lines (24 loc) · 1.06 KB

RUinn - a hostelworld copycat

The overview section of a hostel listing on hostelworld.com

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

The overview section contains the property description, property photos, summary of reviews, and the search bar. The dynamic features include the property photos and the search bar. When you click a photo, a photo gallery pops up and the user can scroll through the photos. For the search bar, a user can search for a hostel by location. The location input has a dropdown that appears once the user starts typing and displays all matches as the user types.

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install