Balance your life.
Let's pass on connecting that bank account and keep money-tracking simple.
Firebase React React Router DOM
- Setup a new Firebase application.
- Create two files in the root directory -
.env.developmentand.env.production(optional). - Add your configuration from the Firebase application you created:
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
REACT_APP_APP_ID=X:XXXX:xxx
REACT_APP_MEASUREMENT_ID=X-XXXXX
- [NS] Figure out how to keep track of stack of info: Expense Amount > Select Category > Back
- Find library to deal with Dates
- Find library to deal with swipe list
- Place proper components on proper pages
- Style application
- Add favicons
- Setup to function as PWA