https://github.com/dimodimchev/budgettracker
A Budget Tracker built using React Native and Firebase which I created to track my spending throughout the month
https://github.com/dimodimchev/budgettracker
firebase mobile react-native
Last synced: 2 months ago
JSON representation
A Budget Tracker built using React Native and Firebase which I created to track my spending throughout the month
- Host: GitHub
- URL: https://github.com/dimodimchev/budgettracker
- Owner: DimoDimchev
- Created: 2021-06-21T19:42:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T22:41:14.000Z (almost 5 years ago)
- Last Synced: 2025-07-13T23:44:14.330Z (11 months ago)
- Topics: firebase, mobile, react-native
- Language: JavaScript
- Homepage:
- Size: 5.24 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget Tracker
A React Native budget tracker I built for myself in order to track my spendings throughout the year.
## Functionality
- Add new spendings in the **Home Screen**
- See information about spendings for previous months in the **History Screen**
- Assign a category to each spending
- See what percentage of each month's spendings went to what category
## What I learned while creating this project
| App demo | Notes |
| :--------: | ----------- |
|
| - How to implement different types of navigation on a single screen
- How to use the ```useEffect()``` hook that React provides
- How to fetch data from various and complex endpoints from an API
- That I should learn how to design better API's
- How to layout and style a React Native app properly|