VoteIN is an ethereum based E-Voting system designed to provide a user-friendly interface for secure and transparent online voting, consisting of two main components: frontend and backend. The backend, powered by Node.js, handles interactions with IPFS, ensuring scalability and security through encryption techniques. In this repository ReactJS serves as the frontend framework, facilitating interaction with Ethereum blockchain and a responsive design for accessibility across various devices.
- User registration and authentication
- Candidate listing and election details
- Secure voting mechanism
- Real-time vote count updates
Clone the repository:
git clone https://github.com/YUVRAJ005/VoteIN-Frontend.git
cd VoteIN-Frontend
Install dependencies:
npm install
Start the server:
npm start
Open your browser and navigate to:
http://localhost:3000