This is a simple poll dapp that allows users to create polls and vote on them. The dapp is built using the Hardhat framework and React.
You should have Node.js
and yarn
installed on your system.
cd frontend
yarn install
cd frontend
yarn run dev
cd solidity
npx hardhat test