A Decentralized Ethereum Voting Application made using blockchain with the framework name Truffle. This is a voting app made using solidity, language for ethereum blockchain. Truffle framework is used for building the app. The Ganache port used is :7570.
Video link of the project in action: coming soon
Steps to Run:
npm install
truffle compile
truffle migrate
npm run dev