expense-tracker
expense-tracker copied to clipboard
Expense Tracker
This repository contains sample code for some videos on the Firebase YouTube channel.
How to use this project
This is an expense tracker web app used in the "Firebase Codealong: Build and Manage a Web App" video series. Feel free to clone to follow along.
We make this code available as-is.
git clone https://github.com/FirebaseExtended/expense-tracker
cd expense-tracker
If you want to use the finished code, you will have to do the following before it'll work:
- In
firebase/firebase.js, findfirebaseConfigand update the variable with your project configuration. - In
firebase/storage.js, findBUCKET_URLand set it to thestorageBucketfrom yourfirebaseConfigvariable. npm installin the home directory ("home directory" being any folder inside expense-tracker, ie expense-tracker/mvp) as well as the functions folder.
License
The contents of this repository are licensed under the Apache License, version 2.0.