An open API service indexing awesome lists of open source software.

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

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|