This is an AirBnB clone, created as a group project for Week 6 of the Makers Academy Course. The app is currently deployed on Heroku.
Team Fireworks: Hansa, Myrtle, David and Emily
A user can:
- sign up and log in
- list multiple spaces
- name their space, provide a short description of the space, and a price per night
- see spaces available for booking
- request to hire any space for one night
- approve or reject requests made by other users
- see that the status of their request (pending, approved, or rejected)
more functionality to implement
- host can offer a range of available dates
- nights for which a space has already been booked should not be available for users to book that space
- until a user has confirmed a booking request, that space can still be booked for that night
- Active Record for Database Management
- Ruby with Sinatra
- HTML markup & CSS styling
- Fork this repo
- Clone this repo
- Run command
rackup
in your terminal - Open
localhost:9292
in Chrome
- Run command
rspec
in your terminal
We took an agile approach to our learning with daily standups, sprint planning sessions and retros.
Our website was mocked using figma, shown below. We created different versions for each sprint to keep track of which features we were working on next.