This is simple budget app to track your living expenses.
🌸 Movie
*Sorry for the low image quality
- SignIn/SignUp
- Save and get your original data using Firebase
- calculated % of expenses based on the total income
- Monthly data (currently I'm trying to implement)
- node 14.8.0
- React 16.13.1
- firebase 8.9.0
- React
npx create-react-app my-app cd my-app
- Firebase
npm install -g firebase-tools
- To view it in the Local browser
npm start
→ Open http://localhost:3000
- To deploy in public
firebase init
→ chooase FireStore, Functions, Hosting
firebase login
Note
choose build
for public direcory as initial setting was public
npm run build
firebase deploy
Kana
MIT