diff --git a/PollingApp.html b/PollingApp.html new file mode 100644 index 0000000..3c7bbc5 --- /dev/null +++ b/PollingApp.html @@ -0,0 +1,200 @@ + + + + +Peer‑to‑Peer Poll – up to 14 users (no vote loops) + + + + +

Peer‑to‑Peer Poll (max 14 participants)

+ +
+

+ + +

+
+ +
+ +

Poll

+ + + + + + + + + + diff --git a/README.md b/README.md index 0217c70..5732472 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# P2P Poll App \ No newline at end of file +# P2P Poll App + +This is a very simple polling app using peerjs. +It runs as a single HTML file and can handle multiple users in one poll room. +The app once open is self explanatory. +App created with the help of GPTOSS120B. +