/hotel-conservation

A Hotel Management System designed for sustainable hotels

Primary LanguageJavaScript

Hotel-Conservation

A hotel management application designed to fit the every day technical needs for handling bookings, customers, and room service orders.

This is a solo project by Lacy Rudd github account

Github Repository Link

Clone This Repo To View

  1. Clone down this repo. Feel free to rename this project by using an optional argument when you run git clone (you replace the [...] with the terminal command arguments): git clone [remote-address] [what you want to name the repo]
  2. Open the repo in your terminal and run: npm install
  3. Inside of your terminal run: npm start
  4. This last command will turn your terminal into a local server and your terminal will direct you to the url the site is running on. / usually http://localhost:8080/
  5. Open your favorite browswer and go to the address stated in your terminal
  6. Enjoy! You can view default information or select or create a customer to view their information!
  7. Note You cannot close the terminal you are running the "server" in or the page will no longer be available to view.

Tech

1.JavaScript
2.Webpack
3.Sass
4.Mocha & Chai

Goals

  1. This project uses jquery and no additional libraries or frameworks outside of mocha and chai
  2. This project implements a fetch to retrieve 4 APIs
  3. This project uses a significant amount of data and dom manipulation

Deploying to GitHub Pages

ScreenShots

Demo of Hotel Conservation Management Systems

HCMS Default Display Demo

HCMS Default Display Calendar Selection Demo

HCMS Create Customer Demo

HCMS Customer Bookings Demo

GitHub Pages

GitHub Pages