https://github.com/davideuler/remote-voting
A voting web application for remote meeting. Initial code by ChatGPT/GPT-engineer, fixed by ChatGPT and me.
https://github.com/davideuler/remote-voting
Last synced: 9 months ago
JSON representation
A voting web application for remote meeting. Initial code by ChatGPT/GPT-engineer, fixed by ChatGPT and me.
- Host: GitHub
- URL: https://github.com/davideuler/remote-voting
- Owner: davideuler
- License: mit
- Created: 2024-03-31T10:54:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T12:09:23.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T22:32:28.878Z (11 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# voting application
An H5 Web application that can be accessed from a PC browser as well as from a mobile device to access the Web application.
Scenario: Used for real-time voting during remote team meetings. Capable of quickly initiating votes, executing votes, viewing the voting list, viewing voting details, ending votes, and displaying results.
Code generated by ChatGPT, fixed by ChatGPT and human.
# Run the application
``` shell
pip install -r requirements.txt
python app.py
```