diff --git a/Domains/Frontend/MiniProjects/SimpleAudioVisualizer/README.md b/Domains/Frontend/MiniProjects/SimpleAudioVisualizer/README.md
new file mode 100644
index 00000000..bb7bd481
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/SimpleAudioVisualizer/README.md
@@ -0,0 +1,55 @@
+# ๐ต Simple Audio Visualizer
+
+**Contributor:** [YourGitHubUsername](https://github.com/YourGitHubUsername)
+
+---
+
+## ๐งพ Description
+A **Simple Audio Visualizer** web app built with **HTML**, **CSS**, and **JavaScript**.
+Users can upload an audio file and watch the frequency bars move in real-time.
+
+---
+
+## ๐ Folder Structure
+
+Simple-Audio-Visualizer/
+โโโ index.html # Main HTML file
+โโโ style.css # Styling for layout and colors
+โโโ script.js # Audio analysis and canvas drawing logic
+โโโ README.md # Documentation
+
+
+---
+
+## ๐ Features
+- ๐ง Upload your own audio files (MP3, WAV, etc.)
+- ๐ Real-time frequency bar visualizer using Canvas API
+- ๐ Colorful animated bars based on frequency data
+- ๐จ Responsive canvas size
+- ๐ Audio loops automatically
+
+---
+
+## ๐งฉ Tech Stack
+- **HTML5** โ Markup and UI structure
+- **CSS3** โ Styling and layout
+- **JavaScript (Vanilla)** โ Web Audio API and Canvas for visualization
+
+---
+
+## ๐ก How to Use
+1. Open `index.html` in a modern browser.
+2. Click the file input and select an audio file.
+3. Watch the audio frequency bars animate in real-time.
+
+---
+
+## ๐ Installation
+1. Clone or download this project.
+2. Open `index.html` in your favorite web browser (Chrome, Firefox, Edge).
+
+---
+
+
+
+
diff --git a/Domains/Frontend/MiniProjects/SimpleAudioVisualizer/index.html b/Domains/Frontend/MiniProjects/SimpleAudioVisualizer/index.html
new file mode 100644
index 00000000..9cb5c7a2
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/SimpleAudioVisualizer/index.html
@@ -0,0 +1,17 @@
+
+
+