- Description
- Technologies Used
- Functionalities implemented
- Features to be implemented
This is a web application that aims to immitate the functionalities of Airbnb for the purpose of demonstrating my proficiency as a web/software developper.
Backend
- Apache Server: PHP
- URL rewrite: .htaccess
- MariaDB database: SQL
Frontend
- Structure: HTML
- Style: CSS and Bootstrap
- Function: Javascript
Other Resources
- Images & Data: Unsplash api
- Database Design: draw.io
MainPage
- Navbar
- Logo to go to homepage
- user dropdown to see reservations
- Display houses
- Select house: redirects to detailed house page
HousePage
- Display details of house
- Reserve button: reserves house & takes you back to main page
ReservationPage
- Display list of reservations per user
- Delete reservation
- SQL and Script injection prevention
- Save liked houses per user
- Clean up url with htaccess
- Create multiple users
- User Login/Register