Skip to content

fahidnasir/electron-js-hash-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. electron-js-hash-generator


1.1. Purpose

Electron JS application to calculate Checksum and File size of a file.

1.2. Screenshot(s)

Main Screen

1.3. Features

  1. Calculate hash by selecting a file from Dialog or by Dragging and Dropping the file on the window.
  2. Enter Checksum of manually and validate the checksum value.
  3. Convert the filesize into:
    • Bytes
    • Kilo Bytes
    • Mega Bytes
    • Giga Bytes

1.4. Getting Started

  • 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