The frontend for the Decentralized Voting System is built using React and styled with Tailwind CSS. This application allows users to interact with the voting system via MetaMask. Voters can view available elections, cast their votes, and check results directly from the blockchain.
- 🗳️ Vote in Elections: Users can participate in elections by casting their votes.
- 📊 View Election Results: After voting is closed, the results are displayed automatically.
- 📅 Upcoming Elections: Users can view elections scheduled for the future.
- 🏛️ Admin Management: Admins can manage elections, including creating, scheduling, and ending elections.
- Frontend: React.js, Tailwind CSS
- Blockchain: MetaMask, Ethereum
- Libraries: Ethers.js, Web3.js
- git clone https://github.com/Mr-Yash-01/DVSF.git
- cd voting-system-frontend
- npm install
- npm start