https://github.com/mateus/journey
Web App to keep track of travel history, bucket lists, travel plans, and more.
https://github.com/mateus/journey
firebase react travel typescript webapp wip
Last synced: about 1 month ago
JSON representation
Web App to keep track of travel history, bucket lists, travel plans, and more.
- Host: GitHub
- URL: https://github.com/mateus/journey
- Owner: mateus
- Created: 2020-02-16T06:56:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T04:07:19.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T07:43:02.768Z (over 1 year ago)
- Topics: firebase, react, travel, typescript, webapp, wip
- Language: TypeScript
- Homepage: https://journeyapp.me/
- Size: 6.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README



Web App to keep track of travel history, bucket lists, travel plans, and more.


### Development
Local variables for Firebase setup:
```
# .env
REACT_APP_API_KEY='api-key'
REACT_APP_AUTH_DOMAIN='project-id.firebaseapp.com'
REACT_APP_DATABASE_URL='https://project-id.firebaseio.com'
REACT_APP_PROJECT_ID='project-id'
REACT_APP_STORAGE_BUCKET='project-id.appspot.com'
REACT_APP_MESSAGING_SENDER_ID='sender-id'
REACT_APP_APP_ID='app-id'
REACT_APP_MEASUREMENT_ID='G-measurement-id'
```