Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arturbomtempo-dev/electronic-voting-machine

Recreation of the Brazilian electronic voting machine with JavaScript.
https://github.com/arturbomtempo-dev/electronic-voting-machine

css eletronic-voting-machine html javascript

Last synced: 5 days ago
JSON representation

Recreation of the Brazilian electronic voting machine with JavaScript.

Awesome Lists containing this project

README

        

# Electronic voting machine
Project developed during the [B7Web](https://b7web.com.br/)'s JavaScript course with the purpose of putting into practice the knowledge acquired during the classes.

![Image of the electronic voting machine](https://user-images.githubusercontent.com/96635074/211128906-e85b7307-01e5-47f8-9d9d-a082bdff9452.png)

## 🔨 Project functionality
Simulate voting in the 2022 Brazilian elections (with only four candidates for each political office).

## 💻 Technologies used
* [HTML](https://developer.mozilla.org/pt-BR/docs/Web/HTML): page structuring, accessibility and semantics
* [CSS](https://developer.mozilla.org/pt-BR/docs/Web/CSS): page styling
* [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript): dynamicity of the page

## 📁 Project access
You can view the hosted page by clicking [here](https://electronic-voting-machine.vercel.app/).

**Observation:** This program is designed to be accessed on computers (it is not responsive), so if it is used on mobile devices, the page layout will be misconfigured and some functions will not run.