Hello! How can I help you today?
+Hi, I just wanted to test the chat.
+diff --git a/Domains/Frontend/MiniProjects/SimpleChatUI/README.md b/Domains/Frontend/MiniProjects/SimpleChatUI/README.md new file mode 100644 index 00000000..c8f5d09c --- /dev/null +++ b/Domains/Frontend/MiniProjects/SimpleChatUI/README.md @@ -0,0 +1,31 @@ +# ๐ฌ Simple Chat UI + +**Contributor:** [Tanmay-Kad](https://github.com/Tanmay-Kad) + +--- + +## ๐งพ Description +A **modern and interactive Chat UI** built with **HTML**, **CSS (Tailwind)**, and **JavaScript**. +This project simulates a simple chat interface where users can send messages and receive **predefined bot responses**. + +The design features a **clean layout**, **scrollable messages**, and **responsive styling**, making it perfect for learning **DOM manipulation** and **basic JavaScript interactivity**. + +--- + +## ๐ Features +- Send messages through **input box** or **Enter key**. +- Predefined **bot responses** with simulated delay. +- Scrolls automatically to show the **latest messages**. +- Clean **responsive design** using **Tailwind CSS**. +- Dark mode compatibility using Tailwind's dark classes. +- Interactive **send button** with hover and focus effects. + +--- + + +## ๐งฉ Tech Stack +- **HTML5** โ Structure and layout +- **Tailwind CSS** โ Styling and responsiveness +- **JavaScript** โ Logic, DOM manipulation, and bot responses + +--- \ No newline at end of file diff --git a/Domains/Frontend/MiniProjects/SimpleChatUI/index.html b/Domains/Frontend/MiniProjects/SimpleChatUI/index.html new file mode 100644 index 00000000..a3cc53ae --- /dev/null +++ b/Domains/Frontend/MiniProjects/SimpleChatUI/index.html @@ -0,0 +1,73 @@ + + +
+ + +Online
+Hello! How can I help you today?
+Hi, I just wanted to test the chat.
+