Voting Landing Page - Copy this React, Tailwind Component to your project
Create React Voting Landing Page Requirements Responsive Landing Page with "Vote Now" Button: Create a responsive landing page using React. Add a prominent "Vote Now" button that opens the first modal. Modals: Voting Instructions & Terms & Conditions Voting Instructions Modal: Clearly explain the voting steps. Include a "Continue" button that transitions to the next modal. Terms & Conditions Modal: Display terms voters must accept. Add a checkbox and a "Continue" button to proceed. Stepper Navigation for Main Voting Process: Implement a vertical stepper with Material UI or custom CSS. Step 1: Voter Information Form to collect and validate voter details. Temporarily store the data. Step 2: Select Candidates/Options Fetch and display candidates from the backend. Allow selection with validation rules. Step 3: Review and Confirm Display a summary of selections. Options to edit or confirm before submission. Final Vote Submission: Securely record the vote in the database. Provide a confirmation message
