Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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'
```