/More-homes

module: More homes you may like

Primary LanguageJavaScript

More homes you may like

Suggestion module for the vacation rental app that displays 12 more homes. Each component is clickable and redirects user to the main page of the clicked house. User can scroll to the left and right to see all suggestions. The app is responsive to resizing.

modulePic

Installation

Step 1: Clone the repo

git clone https://github.com/hacker-home/More-homes.git

Step 2: Create config.js file in db folder with your configuration

Step 3: Seed data

node server/createData.js

Step 4: Compile files with webpack

$ npm run react-dev

Step 5: Start the app

$ npm start

Extra: To run tests

$ npm run test

Extra: To update screenshots for tests

$ npm run updateTestSnapshot

Related Projects