Skip to content

rose1264/minorbnb-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinorBnb Frontend - ReactJs

Project Overview

I was an educational consultant for International high school students. These students have long holidays during Thanksgiving and Christmas to travel around. But Airbnb requires guests to reach 18 years old. Meanwhile, schools usually provide the holiday release for parents or guardian to fill in and sign.

MinorBnb allows the students to upload the school release form while making the reservation, and allow the host to download the form to fill in and sign. That’s the main feature of my website.

I was thinking about making this website last year when I first visited Flatiron School’s science fair. And I did it finally!

  • Rails Backend
  • React Frontend
  • Redux
  • Redux thunk
  • React Router

Getting Start

  • Download or clone this repository
  • run 'npm install'
  • run 'atom .' or open other editor, create an .env file at the project root folder.
  • inside '.env' file, create 3 environment variables and set it to your own backend endpoint and google api key
  REACT_APP_API_ENDPOINT=YOUR_API_ENDPOINT(such as: http://localhost:3000)
  REACT_APP_API_KEY=YOUR_API_KEY
  • run 'npm start' (the app will run locally on port 3000 by default)

Service Worker

The service worker is implemented only in the production build

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

About

Flatiron School Graduation Project using ReactJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published