Skip to content

Developed an application with node.js, which generates a QR img for provided URL

Notifications You must be signed in to change notification settings

chprince11/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

  • This project is a simple QR code generator built with Node.js, Express, JavaScript, HTML and CSS 🚀
  • Users can enter a URL, and the application will generate a QR code for that URL.
  • The application leverages the qr-image library to create the QR code images and uses Tailwind CSS for styling the front-end.

The primary goal of this project is to provide a user-friendly interface for generating QR codes quickly and efficiently. It includes features such as:

  • An input field for entering the URL
  • A button to generate the QR code
  • Displaying the generated QR code on the same page

The project is structured to be easily deployable on platforms like Heroku, making it accessible from anywhere.

Features

  • User Input: Enter a URL into the provided input field.
  • QR Code Generation: Generate a QR code image for the entered URL.
  • Responsive Design: A responsive and user-friendly interface designed with Tailwind CSS.

Technologies Used

  • Node.js: Server-side JavaScript runtime.
  • Express: Web framework for Node.js.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • QR-Image: Library for generating QR code images.
  • PostCSS & Autoprefixer: Tools for processing CSS.

Getting Started

To get started with this project, you need to have Node.js and npm installed on your machine. Follow the installation instructions in the next section to set up and run the project locally.

Installation

  1. Clone the Repository:

    git clone https://github.com/chprince11/QR-Img-Generator.git
    cd QR-Img-Generator
    npm start

About

Developed an application with node.js, which generates a QR img for provided URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published