NikhilKalloli / QR-Code-Generator

A simple web application for generating QR codes with customizable download formats. The below link is a free instance. Hence it needs some time to spin up:)

Home Page:https://tinyurl.com/your-qr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Generator 🌐

A simple web application for generating QR codes with customizable download formats.

Features πŸš€

  • User-Friendly Interface: Easily generate QR codes by entering your URL.
  • Download Formats: Choose from PNG, SVG, or PDF as your preferred download format.
  • Responsive Design: Compatible with various devices and screen sizes.
  • Image Display: View the generated QR code with the associated URL.

How to Use πŸ€”

  1. Enter URL:

    • Navigate to the application.
    • Enter your URL in the provided input field.
  2. Select Download Format:

    • Choose your preferred download format (PNG, SVG, or PDF) from the dropdown.
  3. Generate QR Code:

    • Click the "Generate" button to create the QR code.
  4. View and Download:

    • The generated QR code and the associated URL will be displayed.
    • Download the QR code using the provided "Download" button.

Technologies Used πŸ› οΈ

  • HTML
  • CSS (Bootstrap 5)
  • JavaScript
  • Node.js (Express.js, EJS)

Dependencies πŸ“¦

  • Bootstrap 5

  • Express.js

  • EJS

  • Project Structure πŸ“‚

    • πŸ“ public
      • πŸ“ Assets
        • πŸ–Ό Default.png
        • πŸ–Ό DefaultPdf.png
        • πŸ–Ό qrfavicon.ico
        • πŸ–Ό twitter-icon.png
      • πŸ“ Styles
        • πŸ“„ styles.css
    • πŸ“ views
      • πŸ“ includes
        • πŸ“„ footer.ejs
        • πŸ“„ header.ejs
      • πŸ“„ index.ejs
    • πŸ“„ .gitignore
    • πŸ“„ index.js
    • πŸ“„ package.json

Setup Instructions πŸ› οΈ

  1. Clone the repository.
  2. Install dependencies using npm install.
  3. Navigate to index.js file
  4. Run the application using node index.js.
  5. Open the application in your browser (usually at http://localhost:3000).

Credits πŸ™Œ

Contributing

Contributions are welcome! If you have any improvements or new features to suggest, please create a pull request.

Enjoy playing the with the code! If you have any questions or issues, feel free to open an issue.

πŸ”— Connect with Me

Twitter LinkedIn

Feedback

If you have any feedback, please reach out to me at nikhilkalloli0097@gmail.com

Enjoy generating QR codes with style and simplicityπŸš€

About

A simple web application for generating QR codes with customizable download formats. The below link is a free instance. Hence it needs some time to spin up:)

https://tinyurl.com/your-qr


Languages

Language:EJS 66.8%Language:JavaScript 23.5%Language:CSS 9.7%