App is iban validation. User choose excel file for iban validation. App will verify for iban with Turkish Bank Name.
Row Number | Name | Surname | Iban Value | Bank Name | Iban Validation | Error Code |
---|---|---|---|---|---|---|
1 | Ömer Mert | Kaya | TR950001001############### |
Row Number | Name | Surname | Iban Value | Bank Name | Iban Validation | Error Code |
---|---|---|---|---|---|---|
1 | Ömer Mert | Kaya | TR950001001############### | T.C.ZİRAAT BANKASI A.Ş | True |
- Clone the repo
git clone https://github.com/omermertkaya/iban-validation-desktop-app.git
- Install NPM packages
npm install
- Start App
npm start
electron-packager ./ IBANAPP --platform=win32 --arch=x64 --icon="./img/iban-kontrol.ico"