Skip to content

Vacay Away is a React JS web app that allows users to plan each of their vacation days with activities that display their hours of operation, addresses, and estimated costs. The app allows for flexible, dynamic, and visual engagement and automatically calculates the remaining budget from the original amount the user indicates.

Notifications You must be signed in to change notification settings

kotomino/vacay-away-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vacay Away React App

Vacay Away is a React JS web app that allows users to plan each of their vacation days with activities that display their hours of operation, addresses, and estimated costs. The app allows for flexible, dynamic, and visual engagement and automatically calculates the remaining budget from the original amount the user indicates.

You can find the corresponding backend project at URL(https://github.com/kotomino/vacay-away-backend)

Preview

Screen Shot 2021-04-11 at 12 46 33 PM

Installation

Frontend Directory

  1. Clone the project's frontend GitHub Repository in desired directory.
$ git clone git@github.com:kotomino/vacay-away-frontend.git
  1. Run npm install inside the project directory.
$ npm install

Backend Directory

  1. Clone the backend GitHub Repository in the same parent directory as the frontend.
$ git clone git@github.com:kotomino/flappy-bernie-backend.git
  1. Run bundle install inside the project directory.
$ bundle install
  1. Run db:create and db:migrate with rails.
$ rails db:create
$ rails db:migrate

Usage

  1. Run rails s in terminal inside the backend project folder.
$ rails s
  1. Run yarn start OR npm start in terminal inside the frontend project folder.
$ yarn start
OR
$ npm start

About

Vacay Away is a React JS web app that allows users to plan each of their vacation days with activities that display their hours of operation, addresses, and estimated costs. The app allows for flexible, dynamic, and visual engagement and automatically calculates the remaining budget from the original amount the user indicates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published