This basic app allows users to:
View their current budget and total expenses
Add new expenses
Set a monthly budget
View a pie chart of their expenses
How Can You Built The Project
npm uninstall -g react-native-cli @react-native-community/cli
npx react-native init FinanceTracker
cd FinanceTracker
npm install @react-navigation/native @react-navigation/stack react-native-screens react-native-safe-area-context @react-native-async-storage/async-storage react-native-chart-kit
npm install react-native-gesture-handler
Run The App:
npx react-native run-ios
npx react-native run-android
Gitrepo:
https://github.com/proshantahalder/Fi...