File size: 1,256 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
# 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>
|