Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.18 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.18 KB

Money Tracker

React Native application for tracking expenses and incomes.

Sign in screen Sign up screen Accounts screen Add account screen Categories screen Transaction list screen Pie chart represebtation of transaction list Trends screen List of top categories on Trends screen

Running the application

Follow these instructions to install required dependencies.

Run npm install to install project dependencies.

Execute a command react-native run-android to run the application in the Android emulator.

Execute a command react-native run-ios to run the application in the iOS emulator.