|
| 1 | +# Day #15 |
| 2 | + |
| 3 | +# QR Code Generator |
| 4 | + |
| 5 | +## Table of Contents |
| 6 | +- [Introduction](#introduction) |
| 7 | +- [Features](#features) |
| 8 | +- [Getting Started](#getting-started) |
| 9 | +- [Usage](#usage) |
| 10 | +- [Contributing](#contributing) |
| 11 | +- [License](#license) |
| 12 | +- [Live Demo](#live-demo) |
| 13 | + |
| 14 | +## Introduction |
| 15 | +The **QR Code Generator** is a simple web tool that converts text or URLs into QR codes instantly. It is useful for quickly sharing links, messages, and other text data. |
| 16 | + |
| 17 | +## Features |
| 18 | +- Generate QR code from any text or URL |
| 19 | +- Clean and responsive interface |
| 20 | +- Download generated QR code as an image |
| 21 | +- Keyboard shortcut support: `Ctrl + Enter` / `Cmd + Enter` |
| 22 | + |
| 23 | +## Getting Started |
| 24 | + |
| 25 | +### Installation |
| 26 | +1. Clone the repository: |
| 27 | + ```bash |
| 28 | + git clone https://github.com/Moiz-CodeByte/100-days-of-javascript.git |
| 29 | + ``` |
| 30 | +2. Navigate to the project directory: |
| 31 | + ```bash |
| 32 | + cd Day\ \#15\ -\ QR\ Code\ Generator |
| 33 | + ``` |
| 34 | +3. Open `index.html` in your web browser. |
| 35 | + |
| 36 | +## Usage |
| 37 | +1. Enter text or a URL in the input box. |
| 38 | +2. Click **Generate QR Code**. |
| 39 | +3. Download the QR image using the **Download QR** button. |
| 40 | + |
| 41 | +## Contributing |
| 42 | +Contributions are welcome! If you have ideas, suggestions, or improvements, feel free to open an issue or create a pull request. |
| 43 | + |
| 44 | +### Steps to Contribute |
| 45 | +1. Fork the repository. |
| 46 | +2. Create a new branch: |
| 47 | + ```bash |
| 48 | + git checkout -b feature/your-feature-name |
| 49 | + ``` |
| 50 | +3. Make your changes and commit them: |
| 51 | + ```bash |
| 52 | + git commit -m "Add your feature" |
| 53 | + ``` |
| 54 | +4. Push your branch: |
| 55 | + ```bash |
| 56 | + git push origin feature/your-feature-name |
| 57 | + ``` |
| 58 | +5. Open a pull request. |
| 59 | + |
| 60 | +## License |
| 61 | +This project is open-source and available under the [MIT License](../LICENSE). |
| 62 | + |
| 63 | +## Live Demo |
| 64 | +You can see the QR Code Generator live at [Link](https://moiz-codebyte.github.io/100-days-of-javascript/Day%20%2315%20-%20QR%20Code%20Generator/) |
| 65 | + |
| 66 | +For any questions or support, please contact at [hello@abdulmoiz.net](mailto:hello@abdulmoiz.net). |
0 commit comments