diff --git a/README.md b/README.md
new file mode 100644
index 0000000..58c190c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,48 @@
+![Screenshot 2024-10-08 034649](https://github.com/user-attachments/assets/e1ac042d-238c-4bd3-a928-a372a689377e)
+
+
Password Generator
+
+This project is a simple and efficient password generator built using HTML, CSS, and JavaScript. It allows users to create secure, random passwords with customizable options, making it a useful tool for enhancing online security.
+
+Features
+
+ - Customizable Password Length: Users can choose the length of the generated password.
+ - Character Options: The generator allows the inclusion of uppercase letters, lowercase letters, numbers, and special characters.
+ - Simple User Interface: A clean and intuitive interface for easy interaction.
+ - Copy to Clipboard: Users can easily copy the generated password with a single click.
+
+
+Technologies Used
+
+ - HTML: For the structure of the web application.
+ - CSS: For styling the application and enhancing user experience.
+ - JavaScript: To implement the password generation logic and interactivity.
+
+
+How to Use
+
+ - Clone the repository to your local machine:
+ git clone https://github.com/your-username/password-generator.git
+ - Open the
index.html
file in your web browser to access the password generator.
+ - Select your desired password length and options (uppercase, lowercase, numbers, special characters).
+ - Click the "Generate Password" button to create a new password.
+ - Click the "Copy" button to copy the generated password to your clipboard.
+
+
+Project Structure
+
+.
+├── index.html # Main HTML file
+├── style.css # CSS for styling the password generator
+└── script.js # JavaScript file for password generation logic
+
+
+Future Enhancements
+
+ - Add options to save generated passwords securely.
+ - Implement password strength indicators.
+ - Enhance the UI with animations and additional styling.
+
+
+License
+This project is open-source and available under the MIT License.