Skip to content

Latest commit

 

History

History
82 lines (61 loc) · 2.04 KB

README.md

File metadata and controls

82 lines (61 loc) · 2.04 KB

#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:)