- Use OOP to drive the design of the application and the code
- Work with an API to send and receive data
- Solidify the code review process
- Create a robust test suite that thoroughly tests all functionality of a client-side application
- A Hotel application that allows users to login and book rooms. As well as allows a manager to login, book, and delete a users rooms.
Customer Login:
Manager Login:
Customer Interface:
Manager Interface:
- Vanilla JS, SCSS, HTML, and jQuery
- Fetching, posting, and deleting data from an API
- Atom
- DEV Tools
- Terminal
- GitHub
- Webpack
- clone repo
- cd into the repo
- run npm install in the terminal
- run npm start in the terminal
- copy the server that is created
- server should be http://localhost:8080/
- paste into browser
- book some rooms!
- Login as a customer using 'customer' + a number '1-50'. Password 'overlook2019'.
- Login as a manager using 'manager'. Password 'overlook2019'.
- Caleb Haizlett