React Native Expense Tracker App - vusaar/reactnativeExpenseTracker GitHub Wiki

My React Native ExpenseTracker App!

This is my second react native app. Its a expense tracking app.

The app can do the following:

  • Add, edit and delete expenses
  • View expenses grouped by date of expense
  • View expenses in a Pie chart, Bar chart and in list form

Video Demo

Video demo

Screen shots

Libraries used

"@react-native-community/datetimepicker": "3.0.4",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"expo": "~40.0.0",
"expo-font": "~8.4.0",
"expo-splash-screen": "~0.8.0",
"expo-sqlite": "~8.5.0",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.0",
"native-base": "^2.15.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-collapsible": "^1.5.3",
"react-native-dropdown-picker": "^4.0.2",
"react-native-gesture-handler": "~1.8.0",
"react-native-paper": "^4.7.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-svg": "12.1.0",
"react-native-unimodules": "~0.12.0",
"react-native-vector-icons": "^8.0.0",
"react-native-web": "~0.13.12",
"victory-native": "^35.3.1"