diff --git a/JavaScript/Mini Paint/README.md b/JavaScript/Mini Paint/README.md
new file mode 100644
index 0000000..8a75b9b
--- /dev/null
+++ b/JavaScript/Mini Paint/README.md
@@ -0,0 +1,24 @@
+# Mini Paint
+mini-paint folder with HTML, CSS, and JS files. which creates a webpage having the paint application with features like selecting a color, brush size, and eraser, clearing the board completely, downloading the drawn image in PNG or JPG format.
+
+
+## Features
+
+- **Color Selection**: Choose your preferred drawing color.
+- **Brush Size**: Adjust the size of the brush for detailed or broad strokes.
+- **Eraser Tool**: Erase parts of your drawing with ease.
+- **Clear Board**: Reset the entire canvas to start a new drawing.
+- **Download Artwork**: Save your creation as a PNG or JPG image file.
+
+## Usage
+
+1. Launch the application by opening the `index.html` file in a modern web browser.
+2. Use the provided tools to create your artwork:
+ - Select a color and brush size for drawing.
+ - Use the eraser tool to remove unwanted parts.
+ - Clear the board to start afresh.
+ - Save your artwork by downloading it as a PNG or JPG file.
+
+![Paint Application Screenshot](output.jpg "Mini Paint Screenshot")
+
+Enjoy painting with Mini Paint!
diff --git a/JavaScript/Mini Paint/index.html b/JavaScript/Mini Paint/index.html
new file mode 100644
index 0000000..041a90c
--- /dev/null
+++ b/JavaScript/Mini Paint/index.html
@@ -0,0 +1,21 @@
+
+
+