ShivamDev31 / SpendIt

An expense trancking app made on Firebase Firestore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpendIt

SpendIt is an expense tracking android application which uses Firebase Firestore as backend.

SpendIt has the following features

  • User login using google account.
  • User can see his expense(lent and borrowed) on the home screen).
  • User can see how much he has lent or borrowed from/to others.
  • User can see his balance in total.
  • User can see the friends(users available on firebase).
  • User can see his expenses shared with any of those friends.
  • User can click on a transaction and see transaction details like who has made the transaction, transaction amount and other people involved in it.
  • User can add a transaction and select other involved friends from the list.

Please raise a PR if you would like to improve/contribute to this project.

Libraries used :

License

MIT License

Copyright (c) 2017 Shivam Chopra

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

An expense trancking app made on Firebase Firestore


Languages

Language:Kotlin 91.0%Language:Java 9.0%