A simple Room Occupancy Manager for the Hospitality Industry (coding challenge).
- Node.js. It is recommended to use the Node Version Manager.
- Add Redux DevTools to the browser.
- Clone or download the repository
git clone https://github.com/karoldavid/room-occupancy-manager.git
. cd
into the project director and runnpm install
to install the dependencies.- Execute
npm start
to launch the application. - Open a browser and navigate to
http://localhost:3000/
.
Execute npm run test
to watch for changes and run all tests.
- Enter the number of available rooms for each room category.
- Hit the submit button.
- A mocked request fetches guest data.
- A loading indicator shows.
- The detail views display the calculated revenue and room occupancy.
- Karol Zyskowski
Questions? Send an email to: k.zysk@zoho.com
The MIT License (MIT).