timroesner / HotelHopper

🏨 A web app for searching and reserving hotels

Home Page:https://hotelhopper.cf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hotel Hopper

Hotel Hopper is a one-semester long project in SE 165, Software Engineering Process Management, at San JosΓ© State University in Spring 2019.

You can check out the demo from this link: https://hotelhopper.cf

What is Hotel Hopper?

Find a place to stay during your travel? Hotel Hopper got you. Hotel Hopper makes it so easy to find your desired place to stay. Simply choose how many people and the date to start browsing the awesome hotels with ratings we provide.

Folder Hierarchy

Hotel Hopper
β”œβ”€β”€ Server-side (back-end)
β”‚        controllers
β”‚        models
β”‚        app.js
β”‚        package.json
β”‚        .....
β”œβ”€β”€ Client-side (front-end)
β”‚        src
β”‚        public
β”‚        package.json
β”‚        .....
└── README.md

Usage

Like our project? You can clone this repo and play around with it in your local machine. Please follow the steps below:

1. Clone the Repo

git clone

2. Install the Packages

This is to enable t app for certain pages.

npm install

3. Run

To run the server, server-side (back-end):

node app.js

To run the client-side (front-end):

npm start

Go to your localhost

http://localhost:3000

Team

Screenshots

Homepage

homepage

Hotel Search

Search

View the Hotels on Map

view on map

Hotel Info

search filter

User Checkout

billing

User Upcoming Trips

incoming trips

About

🏨 A web app for searching and reserving hotels

https://hotelhopper.cf

License:MIT License


Languages

Language:CSS 76.0%Language:JavaScript 23.7%Language:HTML 0.3%