All Projects → PopStackHack → mVoterWeb

PopStackHack / mVoterWeb

Licence: GPL-3.0 license
Official mVoter Web Application

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to mVoterWeb

vdcd
vdcd - virtual device controller daemon/framework for digitalSTROM
Stars: ✭ 19 (-50%)
Mutual labels:  gplv3
query2report
Query2Report is a simple open source business intelligence platform that allows users to build report/dashboard for business analytics or enterprise reporting
Stars: ✭ 43 (+13.16%)
Mutual labels:  web-application
Viewer
Viewer is a configurable application template that enables you to display an ArcGIS web map using a variety of tools.
Stars: ✭ 56 (+47.37%)
Mutual labels:  web-application
sierra
A Python library to write HTML and CSS in pure Python in a simple yet elegant manner using the DOM API. Take advantage of all of Python's powerful functionalities with Sierra
Stars: ✭ 83 (+118.42%)
Mutual labels:  web-application
LIRBase
A comprehensive collection of long inverted repeats in 424 eukaryotic genomes
Stars: ✭ 15 (-60.53%)
Mutual labels:  web-application
time-aware-template
Time Aware is a configurable application template that enables you to display time enabled layers in an ArcGIS web map using a time slider.
Stars: ✭ 20 (-47.37%)
Mutual labels:  web-application
A-Key-s-Path
A short puzzle-platformer game made with Godot, running on GLES 2.0.
Stars: ✭ 146 (+284.21%)
Mutual labels:  gplv3
sinator
Sinatra application generator
Stars: ✭ 19 (-50%)
Mutual labels:  web-application
Clinic-Management-System-ASP.NET
👨‍⚕️ A fully featured Clinic Management System based on three tier architecture made using ASP.NET, C# with a well documented README.md file.
Stars: ✭ 82 (+115.79%)
Mutual labels:  web-application
Raspberry-Pi-Dashboard
Web-based dashboard interface to inspect Raspberry Pi hardware and software with no extra software required.
Stars: ✭ 131 (+244.74%)
Mutual labels:  web-application
CometVisu
Repository for the CometVisu building automation visualisation.
Stars: ✭ 60 (+57.89%)
Mutual labels:  web-application
aws-sqs-sns-client
AWS SNS SQS client UI
Stars: ✭ 26 (-31.58%)
Mutual labels:  web-application
Disaster-Management
⛈️⚡ Disaster Management Web Application
Stars: ✭ 19 (-50%)
Mutual labels:  web-application
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (-7.89%)
Mutual labels:  web-application
core
Core and Admin UI for Angular7+ web applications
Stars: ✭ 47 (+23.68%)
Mutual labels:  web-application
klog
KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.
Stars: ✭ 31 (-18.42%)
Mutual labels:  gplv3
keep-desktop
Google Keep Dark: Desktop application for Windows, Mac and Linux with Dark Theme.
Stars: ✭ 42 (+10.53%)
Mutual labels:  web-application
cs-sakaryauniversity
Sakarya Üniversitesi'nde okuduğum süre boyunca karşıma çıkan tüm ödevler, ders notları ve çıkmış sınav soruları (All the assignments, lecture notes and exams)
Stars: ✭ 133 (+250%)
Mutual labels:  web-application
mqtt-panel
Self hosted Web App panel for MQTT
Stars: ✭ 29 (-23.68%)
Mutual labels:  web-application
mubapp
MUB is a multi-user blog web app using the Python-Django infrastructure.
Stars: ✭ 24 (-36.84%)
Mutual labels:  web-application

mVoter 2020

This repo contains the code for the mVoter 2020 Web App. mVoter 2020 is an updated version of previously 2017 version with addition of new features and data for 2020. The app is open sourced for educational purpose, and because we believe that softwares made with public money should be publicly available. Read more on Public Money, Public Code here.

Table Of Content

Technical Specification

The code need to be ran with following specification.

  • Minimal Node Version: 12.x

Setting up Environment

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Create local .env file and add the following.

BASE_URL=YOUR_BASE_URL
API_KEY=YOUR_API_KEY
GA_TRACKING_ID=YOUR_GOOGLE_ANALYTICS_TRACKING_ID

Open http://localhost:3009 with your browser to see the result.

Contributing

You're welcomed to submit issues and pull requests as long as you adhere to Github community guideline. Any form of contribution is welcomed, from typo error to submitting a new feature.

Download

The app can be downloaded from Play Store. If your phone doesn't have Play Store, you can also manually download the apk from our website.

The app can also be used from the Web.

License

    mVoter 2020
    Copyright (C) 2020 PopStack

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].