Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shazron/expense-tracker
https://github.com/shazron/expense-tracker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shazron/expense-tracker
- Owner: shazron
- Fork: true (FirebaseExtended/expense-tracker)
- Created: 2022-10-23T03:25:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T14:03:43.000Z (5 months ago)
- Last Synced: 2024-08-11T15:24:32.662Z (5 months ago)
- Language: JavaScript
- Size: 94.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker
This repository contains sample code for some videos on the [Firebase
YouTube channel](https://www.youtube.com/c/firebase).## 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](https://www.youtube.com/playlist?list=PLl-K7zZEsYLlfMZ9isO6Hfnyw040N3uT5). Feel free to clone to follow along.
We make this code available as-is.
``` shell
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:
1. In `firebase/firebase.js`, find `firebaseConfig` and update the variable with your [project configuration](https://firebase.google.com/docs/web/setup).
2. In `firebase/storage.js`, find `BUCKET_URL` and set it to the `storageBucket` from your `firebaseConfig` variable.
3. `npm install` in the home directory ("home directory" being any folder inside expense-tracker, ie `expense-tracker/mvp`) as well as the functions folder (if there is one).## License
The contents of this repository are licensed under the
[Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).