diff --git a/New_APIs/DuckDuckGo_API/README.md b/New_APIs/DuckDuckGo_API/README.md
new file mode 100644
index 0000000..51ee22e
--- /dev/null
+++ b/New_APIs/DuckDuckGo_API/README.md
@@ -0,0 +1,20 @@
+# DuckDuckGo-like App
+
+This is a simple web application that mimics the basic functionality of DuckDuckGo, including search capabilities and a minimalist design.
+
+## Files
+
+- `index.html`: The main HTML file that structures the app.
+- `index.js`: The JavaScript file that handles the search functionality.
+- `styles.css`: The CSS file for styling the app.
+- `manifest.json`: Configuration for Progressive Web App (PWA) features.
+- `package.json`: Contains metadata about the project and its dependencies.
+
+## Setup
+
+1. Clone the repository.
+2. Open `index.html` in a web browser to view the app.
+
+## License
+
+This project is licensed under the MIT License.
diff --git a/New_APIs/DuckDuckGo_API/index.html b/New_APIs/DuckDuckGo_API/index.html
new file mode 100644
index 0000000..9cc96e7
--- /dev/null
+++ b/New_APIs/DuckDuckGo_API/index.html
@@ -0,0 +1,22 @@
+
+
+