Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arturbomtempo-dev/electronic-voting-machine
- Owner: arturbomtempo-dev
- Created: 2023-01-07T02:57:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T23:02:05.000Z (6 days ago)
- Last Synced: 2025-02-07T00:18:46.320Z (6 days ago)
- Topics: css, eletronic-voting-machine, html, javascript
- Language: JavaScript
- Homepage: https://electronic-voting-machine.vercel.app
- Size: 1.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.