8000 GitHub - lukasgeppert/budget-duo: Calculate how much you and your partner should contribute towards shared expenses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lukasgeppert/budget-duo

 
 

Repository files navigation

budget-duo

Calculate how much you and your partner should contribute towards shared expenses.

To run locally, clone the repository and run:

npm install

Once all of the dependencies are installed, you can start the development server with:

npm start

To run any included tests, use:

npm test

This project uses Google Firebase's Realtime Database and Authentication so you'll need to provide a .env file with the following variables:

REACT_APP_API_KEY=XXXXxxxx
REACT_APP_AUTH_DOMAIN=xxxxXXXX.firebaseapp.com
REACT_APP_DATABASE_URL=https://xxxXXXX.firebaseio.com
REACT_APP_PROJECT_ID=xxxxXXXX
REACT_APP_STORAGE_BUCKET=xxxxXXXX.appspot.com
REACT_APP_MESSAGING_SENDER_ID=xxxxXXXX

About

Calculate how much you and your partner should contribute towards shared expenses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • HTML 3.1%
  • CSS 0.1%
0