Skip to content

Vaibhav-shelke1/QR-Generater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📱 QR Code Generator 📷

Welcome to the QR Code Generator project! This application allows you to generate QR codes quickly and easily, providing a user-friendly interface for creating and downloading QR codes.

Demo:https://qr-generater.onrender.com

🚀 Features

  • Fast Generation: Generate QR codes instantly.
  • 💾 Downloadable Codes: Easily download the generated QR codes.
  • 🌐 User-Friendly Interface: Intuitive web interface for smooth user experience.

🛠️ Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Node.js

🚀 Usage

To start using the QR Code Generator:

  1. Open the index.html file in your web browser.
  2. Enter the text or URL you want to encode in the QR code.
  3. Click on the "Generate" button to create your QR code.
  4. Download the generated QR code using the provided download button.

▶️ How to Run

  1. Open the terminal and navigate to the project directory:

    cd QR-Generater
  2. Start the application using Node.js:

    node index.js

    (Assuming index.js is the main file. Adjust if different.)

  3. Open your web browser and go to:

    http://localhost:3000
    

    (Adjust the port if necessary.)

  4. Use the application to generate and download QR codes.

📁 Project Structure

Here's a quick overview of the project's structure:

  • index.html - The main HTML file for the project.
  • styles/ - Contains CSS files for styling.
  • scripts/ - Contains JavaScript files for functionality.
  • assets/ - Contains image assets and other resources.
  • index.js - Main server file (if applicable).

Feel free to use and enhance this project! If you have any issues or suggestions, please open an issue.

Happy Coding! 🎉

Releases

No releases published

Packages

No packages published