Le Roseau Hotel Management App is a hotel management tool I developed during my second module at the Turing School of Software and Design. It provides a clean, simple user interface for managing and displaying data related to customers, bookings, and room service.
- Write a program and UI/UX from scratch
- Synthesize knowledge of OOP, classes, and JS fundamentals to create a well-functioning app
- Write modular, reusable code that follows SRP (Single Responibility Principle) and SOLID principle
- Create a robust test suite that thoroughly tests all functionality of a client-side application
- Use the Fetch API for sending and receiving data
- Style using SASS (SCSS)
- JavaScript
- HTML
- SASS
- Mocha testing framework and Chai Expect assertion library
- Fork and clone down this repository
- In your Terminal, access the directory of this repository
- Run
npm install
to install the webpack dependencies - Once it has finished installing, run
npm start
- Copy the localhost address
ex. http://localhost:8080/
in your Terminal and paste it into your browser