Skip to content

shawn-goh24/goWhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goWhere

goWhere
A travel planner website for users to plan their travels together with their families/friends. Project 2 for Rocket Academy Bootcamp

Preview

goWhere gif

Features

  • Allowing users to login/signup with Firebase
  • Add and delete places of interest
  • Markers will be displayed on map for each added location
  • Add and delete notes and cost of places of interest
  • Create itinerary by adding, deleting or rearranging places of interest
  • Invite family/friends to plan the trip together
    • Trips invitation sent using Emailjs
    • Allowing members to add new places
    • Enabling like buttons to each places

Tech Used

Setup

This project is created using create-react-app. Before starting, it is required to run the following steps for the application to work

  1. Clone repo to local

  2. Configure .env file, make sure to get your own API keys stated below and insert it into your .env file

    • If unsure where to get API keys, refer to the Tech Used for the documents
REACT_APP_MAPS_API = <Insert Google Map API key>
REACT_APP_FIREBASE_API = <Insert Firebase API key>
REACT_APP_EMAILJS_SERVICEID = <Insert emailjs service id key>
REACT_APP_EMAILJS_TEMPLATEID = <Insert emailjs template id key>
REACT_APP_EMAILJS_PUBLICKEY =  <Insert emailjs public key key>
REACT_APP_UNSPLASH_KEY = <Insert unsplash api key>
  1. Install all dependencies required in this repo, and run locally
npm i
npm start
  1. Enjoy!

Future improvements

  • Custom markers to show places belongs to which day
  • Allowing refresh to planner page (Current limitations: not able to refresh)
  • Adding more validations to start-end dates (prevent creating dates before selected start dates and current day)
  • Enhance the user experience of the map feature by preventing the current map from refreshing upon each re-render
  • Refine the UI design for better user experience
  • Add budget calculation to calculate the estimated cost of the trip
  • Add function of allowing users to create their packing list for the trip

Contributors

About

Rocket Academy Bootcamp: Project 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published