An open API service indexing awesome lists of open source software.

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.

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.