https://github.com/101loop/hisabkitab-flutter
Hisab Kitab is the easiest way to track your money flow, convenient in budget management, expenditure control, and money management. Useful for individual, family, business or corporate.
https://github.com/101loop/hisabkitab-flutter
Last synced: 7 months ago
JSON representation
Hisab Kitab is the easiest way to track your money flow, convenient in budget management, expenditure control, and money management. Useful for individual, family, business or corporate.
- Host: GitHub
- URL: https://github.com/101loop/hisabkitab-flutter
- Owner: 101Loop
- License: gpl-3.0
- Created: 2019-02-13T03:40:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T01:19:31.000Z (over 5 years ago)
- Last Synced: 2025-03-11T20:46:53.583Z (12 months ago)
- Language: Dart
- Homepage:
- Size: 1.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Hisab Kitab
**A flutter integration of [Hisab Kitab Web app](https://hisabkitab.in/)**
`Hisab Kitab` is the easiest way to track your money flow, convenient in budget
management, expenditure control and money management. Useful for individual,
family, business or corporate.
## Features
- [x] Register a new user
- [x] Login with OTP
- [x] Add earnings and expenditures
- [x] Edit or Delete earnings and expenditures
- [x] Hindi language support
- [ ] International language support (like Spanish, French or any other
language)
- [ ] Fully responsive UI support
## How to Use
**Step 1:**
Download or clone this repo:
Using `HTTPS`:
```
git clone https://github.com/101Loop/HisabKitab-Flutter.git
```
Using `SSH`:
```
git clone git@github.com:101Loop/HisabKitab-Flutter.git
```
Using `GitHub CLI`:
```
gh repo clone 101Loop/HisabKitab-Flutter
```
**Step 2:**
Go to project root and execute the following command in console to get the
required dependencies:
```
flutter pub get
```
**Step 3:**
Finally, you can run this project locally by using the following command or by using your IDE:
```
flutter run
```
# Contributing
Please file bugs and send pull requests to the
[GitHub repository](https://github.com/101loop/HisabKitab-Flutter) and
[issue tracker](https://github.com/101loop/HisabKitab-Flutter/issues). See
[CONTRIBUTING.md](https://github.com/101Loop/HisabKitab-Flutter/blob/master/CONTRIBUTING.md)
for details.