Skip to content

Hotel management tool for hotel staff to manage activities, built in vanillaJS

Notifications You must be signed in to change notification settings

polsieira/overlook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overlook

A project during my second module at Turing School of Software Design. The software is a hotel management tool for hotel staff to manage activities like customer details, booking details for different types of rooms, unbooking rooms, and calculating/showing a customer’s total bill. Goals of this project are:

  • Use OOP to drive the design of the application and the code
  • Separate business-logic code from view-related code
  • Create a robust test suite that thoroughly tests all functionality of a client-side application

Setup

Clone Down and Run Locally

Fork and clone down repo.

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 your code running in the browser.

Run in GitHub Pages

Click this link: https://polsieira.github.io/overlook/


Built with:

  • HTML5
  • CSS3
  • SASS
  • JavaScript
  • Mocha/Chai
  • JQuery
  • JQuery UI
  • Webpack

Screenshots

screencapture-polsieira-github-io-overlook-2019-10-09-18_51_13

Authors

Pol Sieira

About

Hotel management tool for hotel staff to manage activities, built in vanillaJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published