The aim of this project is to make a OOP based booking app in PHP
- The ability to book reservations at accommodations
- The ability to compare different accommodations
- The ability to to send reservations to your email
- The forms must have frontend validation
- The site must be responsive
- The backend must make use of OOP
- Each hotel should have a different daily rate
- Emails should be sent to the users email with the details of their booking
- Data must persist between pages
- Add routing switch (complete)
- Add in PHPMailer in via Composer (complete)
- Add in email functionality (complete)
- Add in json files for accommodations and reservations (complete)
- Add in comparison selector (complete)
- A search bar that filter to search for specific accommodations
- A dedicated Register, Sign In and Sign Out feature
- Differing rates based on the time of the year
- The ability to add in accommodations via a form