This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into main
- Loading branch information
Showing
1 changed file
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,49 @@ | ||
# ktp-checker-android | ||
Aplikasi pengecekan nomor KTP berbasis android, gratis, 100% mantap | ||
# KTP Checker Android | ||
Aplikasi pengecekan nomor KTP berbasis android, 100% gratis, 100% mantap dan bebas iklan. | ||
|
||
### Screenshoot | ||
<img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/1.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/2.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/3.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/4.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/5.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/6.png" width="200"> | ||
|
||
### Requirement To Install | ||
- NodeJS v12.16.1 | ||
- NPM v6.14.1 | ||
- Nativescript v6.5.1 | ||
|
||
### How to run? | ||
First install all dependecies in ```package.json``` with run this command | ||
``` bash | ||
npm install | ||
``` | ||
#### andorid | ||
``` bash | ||
tns run android | ||
``` | ||
#### ios | ||
``` bash | ||
tns run ios | ||
``` | ||
|
||
### How to build? | ||
First install all dependecies in ```package.json``` with run this command | ||
``` bash | ||
npm install | ||
``` | ||
#### andorid | ||
``` bash | ||
tns build android | ||
``` | ||
#### ios | ||
``` bash | ||
tns build ios | ||
``` | ||
|
||
### Kredit | ||
- [Library NIK Parser - Ican Bachors](https://github.com/bachors/nik_parse.js) | ||
- [Font Icon - Fontawesome](https://fontawesome.com/) | ||
- [Icon - Flaticon](https://www.flaticon.com/) | ||
|
||
### Author | ||
[kang-cahya.com](https://www.kang-cahya.com/) | ||
|
||
### License | ||
[Apache License 2.0](https://github.com/dyazincahya/ktp-checker-android/blob/master/LICENSE) |