Nigeria Election App simulates online voting using the Voter's card and Independent National Electoral Commission (INEC) IREV voting system. Built with Vite, ReactJS, Tailwind CSS, Cypress and Express.js.
https://naija-election-app-frontend.onrender.com/
- Front-end: 5000
- Back-end: 8000
- Ensure in deployment, change the CORS_ORIGIN to the URL
CORS_ORIGIN=https://the-production-frontend-url.com
and VITE_BACKEND_URL to the URLVITE_BACKEND_URL=https://the-production-backend-url.com
This software is licensed under the MIT License. See LICENSE for more details.
git clone https://github.com/Jedidiah-Solomon/Nigeria_Election_App.git
cd Nigeria_Election_App
cd Backend
npm install
cd ../Frontend
npm install
cd ../Backend
npm start or npm run dev
depending on production or development respectively.
cd ../Frontend
npm start or npm run dev
depending on production or development respectively.
- Please ensure you visit
candidates
link to see various candidates and their bio-data, then move to #2. - Voter clicks
voter
-->vote
--> Voter inputs correct credentials with NIN to login - Select either Governorship or Presidential election.
- Fill details accordingly.
Submit an issue on our GitHub repository with detailed information about the bug.