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
- 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]
- Open the repo in your terminal and run:
npm install
- Inside of your terminal run:
npm start
- 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/
- Open your favorite browswer and go to the address stated in your terminal
- Enjoy! You can view default information or select or create a customer to view their information!
- Note You cannot close the terminal you are running the "server" in or the page will no longer be available to view.
1.JavaScript
2.Webpack
3.Sass
4.Mocha & Chai
- This project uses jquery and no additional libraries or frameworks outside of mocha and chai
- This project implements a fetch to retrieve 4 APIs
- This project uses a significant amount of data and dom manipulation