An app that helps users maintain a record of money lent and borrowed from friends, providing real-time updates and notifications each time a new record is added. The app is open source, allowing users to access and modify the source code as they see fit. With this app, users can easily track their financial transactions with their friends and stay organized and up-to-date on their lending and borrowing activities. Whether you're a student, a small business owner, or just someone who likes to keep track of their finances, this app is a useful tool for managing your financial relationships with friends and ensuring that everyone is on the same page.
This app currently supports only Android.
Install big moni with github releases. Latest Release
To install an BigMoni app from GitHub releases, you will need to follow these guidelines:
-
Go to the GitHub repository for the app.
-
Navigate to the "Releases" tab.
-
Find the release you want to install and click on the "Assets" dropdown menu.
-
Select the appropriate(Latest Preferred) installation package for Android, typically an
.apk
file. -
Save the
.apk
file to your device. -
Go to the location where you saved the
.apk
file on your device and tap on it to begin the installation process. -
If prompted, allow your device to install apps from unknown sources.
Follow the prompts to complete the installation.
Once the installation is complete, the app should be available to use on your device.
This app is an open source project, to contribute you should follow these steps.
-
Install the Flutter SDK: Follow the instructions at https://flutter.dev/docs/get-started/install to install the Flutter SDK on your machine.
-
Install an editor: You will need an editor to write and edit your code. Some popular options include
Visual Studio Code
,Android Studio
, andIntelliJ IDEA
. -
Set up an emulator: You will need an emulator or physical device to test your app. Follow the instructions at https://flutter.dev/docs/get-started/test-drive to set up an emulator or connect a physical device.
-
Familiarize yourself with Flutter and the Dart programming language: To build a Flutter app, you will need to know how to use Flutter and the Dart programming language. You can find resources for learning these technologies at https://flutter.dev/docs/resources/getting-started.
-
Set up version control: BigMoni app is open source, Hence, you may want to set up version control using a tool like Git. Follow the instructions at https://flutter.dev/docs/development/version-control to set up Git for your project.
Note: These are just the basic prerequisites for getting started with contribution. Depending on the complexity of your app and your own skill level, you may need to learn additional technologies or tools to build your app.
To contribute, fork this repository to your own github account.
git clone https://github.com/harshjohar/Big-Moni
Go to the project directory
cd Big-Moni
flutter pub get
Start the Android or IOS emulator, whichever preferred or a real device(choice).
Run this app on that emulator.
Resolve issues and send PRs. Let's go.