Phix is a free tool for friends and roommates to keep track of their shared bills and split the expenses with UPI payment system. Phix also helps users to track their expenses and provides detailed
user's expenditure via user-friendly visualisations.
The application is build Android Studio and completely written in Java. The application is built upon Model View ViewModel (MVVM) architecture and consumes the REST APIs exposed from our back-end
You can find the source code of the back-end from here
Introduction Slides | Home Screen | Transactions | Payments |
---|---|---|---|
- For more details and insights of the application, please visit here
This is an OpenSource project and contributors are always welcomed. All the issues should be raised via Github issue tracker and all the changes should be proposed via Pull Requests
Before contributing, please ensure that you have downloaded the Android Studio SDK and set it up correctly. You can find a guide on how to do this here: Setting up Android Studio.
-
Clone the repository using HTTP:
https://github.com/devansh-299/phix.git
-
Open Android Studio.
-
Click on 'Open an existing Android Studio project'
-
Browse to the directory where you cloned the project and click OK.
-
Let Android Studio import the project and you are good to go!