From b60d6d03a2d54fc23e3caba2c63bd3a7accb9124 Mon Sep 17 00:00:00 2001
From: Daytons <31025932+Daytons@users.noreply.github.com>
Date: Fri, 20 Jun 2025 17:35:43 -0500
Subject: [PATCH] Add mindfulness visualizer web app
---
README.md | 12 +++++++++++-
index.html | 19 +++++++++++++++++++
script.js | 28 ++++++++++++++++++++++++++++
style.css | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
test.c | 1 -
5 files changed, 110 insertions(+), 2 deletions(-)
create mode 100644 index.html
create mode 100644 script.js
create mode 100644 style.css
delete mode 100644 test.c
diff --git a/README.md b/README.md
index 1124f79..b2dd919 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,11 @@
-# Tester
\ No newline at end of file
+# Mindful Visualizer
+
+This is a simple mindfulness web app that lets you visualize your thoughts and pair them with emotions. Type a thought in the input box and click **Add Thought**. Each thought appears as a bubble that you can click to cycle through different emotions.
+
+Available emotions:
+- calm (blue)
+- happy (yellow)
+- sad (purple)
+- angry (red)
+
+Open `index.html` in a browser to try it out.
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..4f8dbc4
--- /dev/null
+++ b/index.html
@@ -0,0 +1,19 @@
+
+
+