diff --git a/README.md b/README.md
index bb351cc..89c2c41 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,91 @@
-# flutter_qr
-Flutter QR Generator is a mobile application that allows users to generate QR codes by simply entering a website URL. Users can also view their generated QR code history, share and download QR codes. The app features a beautiful bottom navigation and a nice background color.
+# Flutter QR Generator
-
+A modern and user-friendly mobile application built with Flutter that enables users to generate, manage, and share QR codes effortlessly. The app features a beautiful UI with bottom navigation and an elegant background color scheme.
-Read more:
+
+
+## ✨ Features
+
+- **QR Code Generation**: Easily create QR codes from website URLs
+- **History Management**: View and manage previously generated QR codes
+- **Share Functionality**: Share generated QR codes with others
+- **Download Option**: Save QR codes to your device
+- **Modern UI**: Beautiful bottom navigation and aesthetic design
+- **Responsive Design**: Works seamlessly across different screen sizes
+
+## 🛠️ Technologies Used
+
+- Flutter SDK (>=2.18.6)
+- Dart programming language
+
+## 📦 Dependencies
+
+- `qr_flutter: ^4.0.0` - QR code generation
+- `share_plus: ^6.3.1` - Sharing functionality
+- `flutter_screenutil: ^5.7.0` - Responsive UI
+- `google_fonts: ^4.0.3` - Custom font styling
+- `eva_icons_flutter: ^3.1.0` - Modern icon set
+- `path_provider: ^2.0.14` - File system access
+- `gap: ^2.0.1` - Layout spacing utility
+
+## 🚀 Getting Started
+
+### Prerequisites
+
+- Flutter SDK installed on your machine
+- Android Studio / VS Code with Flutter extensions
+- A mobile device or emulator
+
+### Installation
+
+1. Clone the repository:
+```bash
+git clone https://github.com/yourusername/flutter_qr.git
+```
+
+2. Navigate to the project directory:
+```bash
+cd flutter_qr
+```
+
+3. Install dependencies:
+```bash
+flutter pub get
+```
+
+4. Run the app:
+```bash
+flutter run
+```
+
+## 📱 App Structure
+
+```
+lib/
+├── configs/ # App configuration files
+├── models/ # Data models
+├── screens/ # UI screens
+├── widgets/ # Reusable widgets
+└── main.dart # App entry point
+```
+
+## 🎨 Custom Fonts
+
+The app uses the Poppins font family with various weights:
+- Poppins Regular
+- Poppins Bold
+- Poppins SemiBold
+- Poppins ExtraBold
+
+## 🤝 Contributing
+
+Contributions are welcome! Feel free to submit issues and pull requests.
+
+## 📝 License
+
+This project is licensed under the MIT License - see the LICENSE file for details.
+
+## 🔗 Additional Resources
+
+For more information about this project, visit:
https://www.boltuix.com/2023/03/create-and-share-qr-codes-quickly-and.html
\ No newline at end of file