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/
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
In the project directory, you can run:
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.
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.
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