Skip to content

GenerateYOURownQR is a web application that allows users to generate QR codes effortlessly. This project combines front-end development with a Node.js back-end using Express and MongoDB for QR code generation and storage.

Notifications You must be signed in to change notification settings

manshikumari12/QRcodegenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

#GenerateYOURownQR - QR Code Generator

.Overview GenerateYOURownQR is a web application that allows users to generate QR codes effortlessly. This project combines front-end development with a Node.js back-end using Express and MongoDB for QR code generation and storage.

bash Copy code npm install Set up MongoDB:

Configure your MongoDB URI in connectDB.js. Ensure your MongoDB server is running. Start the server:

bash Copy code node index.js Usage Open the web application in your browser.

Enter the text you want to encode into the QR code.

Click the "Generate QR Code" button.

View and download the generated QR code.

Folder Structure arduino Copy code GenerateYOURownQR/ │ ├── index.js ├── connectDB.js ├── QR.model.js ├── QR.route.js ├── public/ │ ├── index.html │ └── index.css └── README.md Technologies Used Node.js Express.js MongoDB Mongoose qrcode library HTML5 CSS3 JavaScript (ES6+) Code Highlights Express Server Setup:

Initialization and configuration of an Express server. MongoDB Connection:

Establishment of a connection to MongoDB using Mongoose. QR Code Generation and Storage:

Handling POST requests for QR code generation and storage. Front-end Interface:

HTML structure for the web application. Styling with CSS for a user-friendly experience. JavaScript Functions:

QR code generation, download, and scroll-to-top functionalities.

#Home page Screenshot (1026) #page Screenshot (1024) #QR Code Generation Screenshot (1023)

#Footer Screenshot (1025)

                                                                                      Thank-you:)

About

GenerateYOURownQR is a web application that allows users to generate QR codes effortlessly. This project combines front-end development with a Node.js back-end using Express and MongoDB for QR code generation and storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published