Skip to content

Pit Stop is a travel journal web application that changes the way users remember their trips.

Notifications You must be signed in to change notification settings

wlcreate/Pit-Stop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pit Stop

Pit Stop is a travel journal web application that changes the way users remember their trips. Instead of creating daily journal entries, users add places they visited on a trip and create reflections on those places. This was inspired by the idea of memory space (Les Lieux de Mémoire) in that our memories are often tied to the places we have been.

Link to backend

Link to video demo

gif of Pit Stop

Getting Started

  1. Clone down the Rails backend --git clone
  2. Clone down this repo into local machine --git clone
  3. cd into the directory
  4. Install all dependencies
npm install
  1. In the directory create a .env file and add your Mapbox API key
REACT_APP_MAPBOX_API_KEY=apikey
  1. Start the Rails server
  2. Open up a new terminal and run this app
npm start

Features

Password Authentication

  • Validate current users and keep them logged in using JWT
  • Authenticate users' passwords with BCrypt

Account

  • log into the application
  • sign up to create an account
  • remain logged in if they never logged out
  • security: need to input the correct password in order to have access to the update account form

Trips

  • create a new trip
  • see all of their trips
  • update information about a trip
  • delete a trip

Map

  • see a map with markers of all the places they visited on a trip
  • click on a marker will open a pop up of information for a place and center the marker on the viewport
  • close a popup with the escape key or clicking on the 'x' button
  • use geolocation to see where you are
  • see the latitude, longitude, and zoom on the map
  • navigation controls: the map can be full-screen and zoom control

Places

  • see cards of all the places they visited on a trip
  • labels on the cards of their category and if they would revisit or not
  • can search places by name, filter by category, and filter by if they would revisit or not
  • the result(s) of the searched/filtered places are reflected on both the cards of places and the markers on the map
  • add a place and can use your current location for the latitude and longitude
  • update a place's information
  • deleting a place deletes their card as well as their marker from the map

Reflections

  • see all reflections for a place
  • add reflections for a place
  • validation that a reflection's rating must be between 0 - 10
  • add a image to a reflection
  • update a reflection
  • delete a reflection

Active Record Associations

  • There are 5 models that have the following associations has_many and belongs_to

Domain Model

Tech Stack

Tools

Build Status

  • This project was completed in 11 days for the purpose of the project presentation.

Future Features

  • Improve design elements
  • Implement IBM Watson Tone Analyzer to see what mood a reflection is
  • Have more of an international scope, especially for latitude and longitude, with Geocoding
  • Incorporate trip planner aspects
  • Notification when flights to places visited are cheap

Acknowledgements

I would like to thank:

  • Sylwia Vargas
  • Eric Kim
  • Annie Zheng
  • the Code Bender Cohort

Resources:

About

Pit Stop is a travel journal web application that changes the way users remember their trips.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published