https://github.com/captaincluster/takehome_hotel_booking
https://github.com/captaincluster/takehome_hotel_booking
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/captaincluster/takehome_hotel_booking
- Owner: CaptainCluster
- Created: 2025-02-20T14:57:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T15:40:13.000Z (4 months ago)
- Last Synced: 2025-02-20T16:25:18.344Z (4 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hotel Booking System
This repository contains the solution to the takehome assignment given by _SyncronTech_. It contains a draw.io UML class diagram,
Java source code (mostly demonstrating relations, a singleton, inheritance, polymorphism and the APIs. It also has a main file
to demonstrate a scenario in which a customer attempts to book an overlapping time for a hotel room. The program was also made
with some tests to ensure functionality via TDD.UML class diagram
---
Figma UI concept
---



