Electron JS application to calculate Checksum
and File size
of a file.
- Calculate hash by selecting a file from Dialog or by Dragging and Dropping the file on the window.
- Enter Checksum of manually and validate the checksum value.
- Convert the filesize into:
- Bytes
- Kilo Bytes
- Mega Bytes
- Giga Bytes
- Clone the repository
- Navigate to the Folder
- Install packages
- Run Application
git clone https://github.com/fahidnasir/electron-js-hash-generator.git
cd electron-js-hash-generator
yarn
yarn start