Skip to content
Submitted over 2 years ago

Responsive QR Generator APP - UI

accessibility, animation, bootstrap
@Chitranshi17
A solution to the QR code component challenge

Solution retrospective


QR Generator App Create by HTML & CSS.

Technologies Used:

  1. HTML: Utilized for structuring the content and creating input forms.
  2. CSS: Employed for styling and enhancing the app's visual appeal.

Key Features:

  1. Input Form: A user-friendly input form to enter the data (text or URL) for the QR code.
  2. Generate Button: A button that triggers the generation of the QR code based on they provided input.
  3. QR Code Display: A dedicated area to display the generated QR code. Project Implementation:

---> HTML Structure: Created the basic HTML structure, including the head and body. Utilized form elements (<input> and <button>) for user interaction.

---> CSS Styling: Applied styles to enhance the visual appeal and ensure a clean layout. Used CSS for responsiveness and optimal display on different devices.

----> QR Code Generation: Integrated an external QR code generation library (e.g., qrcode.js) using JavaScript. Implemented a JavaScript function to handle user input and generate QR codes dynamically.

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Chitranshi17’s solution.

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord