Skip to content

A smart trip planner that takes the stress out of your trip planning

Notifications You must be signed in to change notification settings

lykelly19/Trip-plus-plus-final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Trip++

Trip++ is a smart trip planner that takes the stress out of your trip planning!

The final version of the project can be access through: https://trip-plus-plus-final.netlify.app/

Setup

Once you have Trip++ locally, you need to install npm. It gets installed together with node.js

Once you have npm, you can run the following commands to install, build, and launch the Trip++ GUI project.

npm install
npm start

Available Scripts

In the project directory, you can run:

npm install

Install installs a package and any packages that it depends on. If there existing a package-lock file, then the installation of dependencies will be driven by that.

npm start

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

The page will reload when you make changes.
You may also see any lint errors in the console.

Technologies

Trip++ uses react to create and develop the project. And firebase for database storing and authentication. You can access the firebase config for the development server here

About

A smart trip planner that takes the stress out of your trip planning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published