Moneypoly is a simple expense app tracker that lets you add or edit an expense and shows the total of those tracked expenses.
- Android Studio for Windows
- Xcode for Mac
-
Clone the repo
-
cdto project directory andnpm install -
Open Android Studio, open an existing project, go to the project folder and under it select the android folder, click ok.
-
Run the App or
Shift+F10 -
Under Tools, open AVD Manager and create your device simulator. My working simulator is Nexus 5X Marshmallow 23(API level) Android 6.0 (Google APIs)
-
Launch the new Android Virtual Device in the emulator by clicking the play button
-
Using Windows Powershell,
cdto project folder and runreact-native run-android. -
A metro bundler window should pop up and you should see a message that says
Loading dependency graph, done.
React Native - the Web Framework used
Redux - to manage the state of the whole app
Firebase - for the database and user authentication
If you want to contribute to this project, I have made another repository here, that will include all the features here plus more. It is still in development phase, but suggestions are always welcome.