Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haseeb1389446/js-qr-code-generator

I created this QR code generator 🛠️ to improve my 🟡 JavaScript logic-building skills.
https://github.com/haseeb1389446/js-qr-code-generator

api javascript js js-project practice practice-project project qrcode-generator

Last synced: 11 days ago
JSON representation

I created this QR code generator 🛠️ to improve my 🟡 JavaScript logic-building skills.

Awesome Lists containing this project

README

        

# JS Qr Code Generator

A simple and responsive QR Code Generator built using HTML, CSS, and JavaScript.

## Features

- **Generate QR Codes**: Create QR codes instantly by entering text or URLs.
- **Responsive Design**: Works seamlessly on all devices.
- **Simple and Clean UI**: User-friendly design with intuitive controls.

## Demo

Try it out: [Live Demo](https://qr-code-generator-123.netlify.app/)

## How to Use

1. Clone this repository:
```bash
git clone https://github.com/Haseeb1389446/Js-Qr-Code-Generator.git
```
2. Navigate to the project folder:
```bash
cd Js-Qr-Code-Generator
```
3. Open the `index.html` file in your browser.

## Technologies Used

- **HTML**: Structure of the application.
- **CSS**: Styling and responsive design.
- **JavaScript**: QR code generation functionality.

## Project Structure

```
js-qr-code-generator/
├── index.html
├── style.css
├── script.js
└── README.md
```

## Screenshot

![image](https://github.com/user-attachments/assets/2ec64caa-39ec-4c5e-80b2-729ccff6d6ef)

## Contributing

Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request.