/finance-log

React+Firebase app to manage my finances

Primary LanguageJavaScript

FinanceLog

A simple app to help me organize financially and play around with React and Firebase.

Running Locally

Just create a .env.local file with your firebase settings like this:

REACT_APP_API_KEY=
REACT_APP_AUTH_DOMAIN=
REACT_APP_DATABASE_URL=
REACT_APP_PROJECT_ID=
REACT_APP_STORAGE_BUCKET=
REACT_APP_MESSAGING_SENDER_ID=

You need to create a project on Firebase Console to get those infos.

Then run: npm install && npm start.