Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryanbill/tunza-mobile
Tunza is a mobile application that leverages technology to increase Insurance penetration in Kenya.
https://github.com/bryanbill/tunza-mobile
flutter insurance
Last synced: 28 days ago
JSON representation
Tunza is a mobile application that leverages technology to increase Insurance penetration in Kenya.
- Host: GitHub
- URL: https://github.com/bryanbill/tunza-mobile
- Owner: bryanbill
- Created: 2023-06-13T20:14:54.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-09-29T18:29:05.000Z (4 months ago)
- Last Synced: 2024-11-06T19:53:47.027Z (3 months ago)
- Topics: flutter, insurance
- Language: Dart
- Homepage:
- Size: 360 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tunza
Tunza is a mobile application that leverages technology to increase Kenya's insurance penetration.
It allows users to register, handle `Know-your-customer` (KYC), apply for insurance covers and make claims right inside the app.## Getting Started
### Prerequisites
- [Flutter](https://flutter.dev)### Installation
Clone
```
git clone https://github.com/bryanbill/tunza-mobile tunza
```
Get packages
```
cd tunza && flutter pub get
```
Run
```
flutter run
```