Overlook is a hotel management tool for hotel staff to manage activities like tracking default hotel statistics, customer details, booking information for different types of rooms, with the ability to accept new customers and make new bookings.
In this project I used the following technologies:
- webpack
- SASS
- ES6 (JavaScript)
- HTML
- TDD with chai spies/ mocha
Clone down this repo: In your terminal (in your desired directory) clone this repo using the following command:
git clone https://github.com/qfarenwald/overlook
Then install the library dependencies. Run:
npm install
In the terminal, run:
npm start
You will see a bunch of lines output to your terminal. One of those lines will be something like:
Project is running at http://localhost:8080/
Go to http://localhost:8080/
in your browser to view the site