From 1f1cc31e4f2597c3bece96bbac10aa0abf305afc Mon Sep 17 00:00:00 2001 From: ParikhShreya Date: Mon, 20 Oct 2025 21:17:56 +0530 Subject: [PATCH 1/2] Add complete Debatable web application This file contains the complete implementation of the Debatable web application, featuring an AI-powered argument arena with topic input, simulated personas, voting, comments, and local storage for debate history. --- debate.html | 493 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 493 insertions(+) create mode 100644 debate.html diff --git a/debate.html b/debate.html new file mode 100644 index 00000000..410e01b8 --- /dev/null +++ b/debate.html @@ -0,0 +1,493 @@ + + + + + + + + Debatable — AI-Powered Argument Arena + + + +
+
+ +
+ +
+
+ + + +
+ +
+
+ + + + + + sec + + +
+ +
+ + +
+
+
+ +
+
+
+
+
+
🧠
+
+
Professor Logic
+
For
+
+
+
+
+ +
0
+
+
+ +
+ + +
+
+
+ +
+
+
💥
+
+
Rebel Riya
+
Against
+
+
+
+
+ +
0
+
+
+ +
+ + +
+
+
+
+ +
+
+ Status: Ready +
+
+
Timer:
--
+ +
+
+
+ + +
+ +
+ By Shreya Parikh — Debatable prototype • Local-only by default (Firebase hooks commented) +
+
+ + + + + + + + From 08c438517399b6fea2b4b0460e74ac0522794a76 Mon Sep 17 00:00:00 2001 From: ParikhShreya Date: Mon, 20 Oct 2025 21:20:48 +0530 Subject: [PATCH 2/2] Add AI-Powered Argument Arena web app details Added a new web app for AI-powered debates with features like live voting and user comments. --- scripts/app.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/app.js b/scripts/app.js index 499c284f..4caf28e5 100644 --- a/scripts/app.js +++ b/scripts/app.js @@ -436,6 +436,16 @@ technologies: ["HTML", "CSS", "JavaScript"], features: ["Real-time Counting", "Statistics", "Word Analysis"] }, + + { + originalDay: 8, + name: "Debatable — The AI-Powered Argument Arena", + description: "A web app where users enter any topic and watch two AI personas argue for and against it, while the audience votes and joins the debate in real time", + demoLink: "./public/Day-7_CharacterWordCounter/index.html", + category: "utilities", + technologies: ["HTML", "CSS", "JavaScript"], + features: ["Interactive AI personas", "live voting", "user comments"] + }, { originalDay: 8, name: "Dice Roll Simulator",