Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.3 KB

README.md

File metadata and controls

57 lines (33 loc) · 1.3 KB

iban-validation-desktop-app

App is iban validation. User choose excel file for iban validation. App will verify for iban with Turkish Bank Name.

- Choose your Input.xlsx

Row Number Name Surname Iban Value Bank Name Iban Validation Error Code
1 Ömer Mert Kaya TR950001001###############

- Click Start Button -> export.xlsx

Row Number Name Surname Iban Value Bank Name Iban Validation Error Code
1 Ömer Mert Kaya TR950001001############### T.C.ZİRAAT BANKASI A.Ş True

Installation Project

  1. Clone the repo
    git clone https://github.com/omermertkaya/iban-validation-desktop-app.git
  2. Install NPM packages
    npm install
  3. Start App
    npm start

Build for Windows Desktop App

electron-packager ./ IBANAPP --platform=win32 --arch=x64 --icon="./img/iban-kontrol.ico"

Screen View

screen1


screen2


screen3