Skip to content

EWright212/fireworksBnB

 
 

Repository files navigation

Fireworks BnB

This is an AirBnB clone, created as a group project for Week 6 of the Makers Academy Course.

Collaborators

Team Fireworks: Hansa, Myrtle, David and Emily

Specification & capabilities

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

Tech used

  • Active Record for Database Management
  • Ruby with Sinatra
  • HTML markup & CSS styling

What it looks like

How to Run

  • Fork this repo
  • Clone this repo
  • Run command rackup in your terminal
  • Open localhost:9292 in Chrome

How to Test

  • Run command rspec in your terminal

Key Learnings

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.0%
  • HTML 20.1%
  • CSS 7.9%