kalusinghrao07 / Employee-Voting-System-On-Blockchain

It is blockchain based project for employee voting system using blockchain technologies. I am using HardHat framework for development and used HardHat Node for testing the applications. ReactJS is used Front-End development, EtherJS used for to connect Front and Back-end.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project's Title:-

Employee Voting System

image

Project Description:-

Employee Voting System Application based on blockchain technologies. I have used ReactJS for Front-End, Solidity for Back-End. I have used HardHat Framework for Back-End development. I have also used EtherJS to connect Front-End and Back-End.

It applications used for voting of employee and all details are stored on Blockchain. So it will not change and transparency happen everytime. No one can give dummy voting. In this application, we can create new employee as resource and given vote to them for most famous and helpful employee of the company.

How to Install and Run the Project:-

You can install the required packages and dependency using below command.

npm install

You can run the following command to run the application of back-end to run the hardhat node.

npx hardhat node

You can run the following command to run to deploy the application for back-end.

npx hardhat run --network localhost scripts/deploy.js

You can run the following command to run to UI application.

npm start

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Kalu Singh - kalusinghrao07@gmail.com

Project Link:

https://github.com/kalusinghrao07/Employee-Voting-System-On-Blockchain

About

It is blockchain based project for employee voting system using blockchain technologies. I am using HardHat framework for development and used HardHat Node for testing the applications. ReactJS is used Front-End development, EtherJS used for to connect Front and Back-end.

License:MIT License


Languages

Language:JavaScript 71.8%Language:Solidity 12.4%Language:HTML 10.7%Language:CSS 5.1%