Skip to content

joeykishiuchi/hatch

 
 

Repository files navigation

hatch

A virtual travel planner web application built with ReactJS and a Ruby on Rails back-end. Follow this link to see the back-end application set-up.

Setup

  1. Run 'npm install' to install dependencies.
  2. Create .env.development file based on .env.development.example
  3. Run 'npm start'
  4. Navigate to 'http://localhost:3000' in the browser

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Dependencies

  • React
  • react-google-login
  • react-google-maps
  • axios
  • classnames
  • lodash
  • material UI
  • moment
  • node-sass
  • js-cookie
  • openweather-apis

Collaborators

Stacey Keating Jyoti Khabra Joey Kishiuchi

Screenshots

"Home" "Dashboard/Loading" "Trip Main" "Trip Destination" "Create Trip" "Trip Edits"

About

Travel journal application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.0%
  • CSS 32.3%
  • HTML 1.7%