The Qrcode driven e-voting webapp
VoteNow is a Qrcode voting webapp that enables users create, join and cast vote via Qrcode Scanning. Since we focus on usability in order to supply voters with less technical usable scheme, the only requirement is that the user needs to have a device containing a Qrcode Reader 😊.
In one word the Hashnode Christmas Hackathon challenge, we set out to create something cool and awesome for the challege but we were lacking ideas at the time, then my friend and contributor thought about creating an evoting system or the miniture version of an evoting system and that was it.
We used the Django Web Framework for this app which is strongly driven by Python 🤟. The Bootstrap framework was used to provide responsiveness to the frontend, javascript for interactivity and loads of css 😂.
We hoped creating this would not only benefit us (skill wise) but provide accessibilty for all users to participate on equal terms. Increased accessibility for residents abroad and for persons with difficulties in travelling or reduced mobility. And in our own simple way we have made that possible to some extent 😇
To begin installation git clone repo into preferred directory
git clone https://github.com/Johnkayode/Votenow.git
Install required packages for the webapp
pip install -r requirements.txt
python manage.py makemigrations
# Once the migration is done we migrate
python manage.py migrate
python manage.py runserver
Do follows us on our github and twitter account , give this repo a star and have a Happy New Year in Advance🥂