Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T04:07:19.000Z (over 4 years ago)
- Last Synced: 2024-12-18T03:41:46.493Z (about 2 months 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
![Node.js CI](https://github.com/mateus/journey/workflows/Node.js%20CI/badge.svg)
![Firebase Deploy](https://github.com/mateus/journey/workflows/Firebase%20Deploy/badge.svg)
![Lint](https://github.com/mateus/journey/workflows/Lint/badge.svg)Web App to keep track of travel history, bucket lists, travel plans, and more.
![localhost_3000_(Laptop with HiDPI screen) (4)](https://user-images.githubusercontent.com/2091116/87844996-ce49a480-c890-11ea-8974-0a9e3bb63715.png)
![localhost_3000_(Laptop with HiDPI screen) (3)](https://user-images.githubusercontent.com/2091116/87844978-b83be400-c890-11ea-8dd0-e851e6a9f6fd.png)
### 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'
```