Skip to content

Johnkayode/Votenow

Repository files navigation

VoteNow

The Qrcode driven e-voting webapp

Introduction

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 😊.

Motive

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.

FrameWork

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 😂.

Aim

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 😇

Installation

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

Make migrations and Migrate

python manage.py makemigrations 

# Once the migration is done we migrate

python manage.py migrate

Running the server

python manage.py runserver

Images

Index image Dashboard

Contributors

  1. John Kayode
  2. Tijani Ayomide

Do follows us on our github and twitter account , give this repo a star and have a Happy New Year in Advance🥂

About

A QRCode- driven voting application (Django)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published