# Waterbnb | |
Waterbnb, an Airbnb clone, is a single page application that allows users to book spots filtered by location. | |
The project was planned and carried out within 10-days. Additional features and optimizations will continue to be added. | |
# Technologies | |
* Ruby on Rails backend | |
* PostgreSQL database | |
* React/Redux frontend | |
* Active Storage with Amazon S3 | |
* Google maps API | |
# Features | |
* Secure signup and login with full user authentication using BCrypt | |
* Browse multiple spots through GoogleMaps | |
* Book available spots and view your bookings on the user show page | |
# Getting Started | |
<p align="center"> | |
<img width="900" height="375" src="https://github.com/welduselam/waterbnb/blob/master/app/assets/images/splash.png"> | |
</p> | |
# Demo Login | |
<p align="center"> | |
<img width="600" height="375"src="https://github.com/welduselam/waterbnb/blob/master/app/assets/images/demo%20login.png"> | |
</p> | |
# Search | |
<p align="center"> | |
<img width="600" height="375" src="https://github.com/welduselam/waterbnb/blob/master/app/assets/images/search.gif"> | |
</p> | |
# Booking | |
<p align="center"> | |
<img width="600" height="375" src="https://github.com/welduselam/waterbnb/blob/master/app/assets/images/Booking.gif"> | |
</p> | |