-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a Qr Code Generator #36
Comments
Will it create a QR from its own logic or use a prebuilt tool? New, unique QR generators would be nice. I am also thinking of making a QR from scratch, but ya go for it. The basic functionality of QR to text and vice versa conversion, even with readymade modules, are great for some people looking for a fast approach to creating QR. |
It is using external api to generate Qr |
okay. When youll push the code i'll look how it works. |
I dont think gssoc extended is linked with this repo. Its for only hacktoberfest. For GSSoC you should visit their projects that they have floated on their page's project section and contribute on them I guess. Those repos even have their gssoc tag. |
sir. actually the website is readdy but it is not responsive. Uploading labbo - Google Chrome 2024-10-22 09-31-03.mp4… or I can do is upload the code now then make it responsive on 28 |
Sure whenever you can push the code. That's no problem, I guess. |
How come this line: |
I am developing a QR code generator app that allows users to input any text, and the app will generate a corresponding QR code.
When scanned, the QR code will return the exact text that was initially provided.
The app will be simple to use and can be integrated into various platforms for easy sharing.
Using html, css and mainly Java Script.
The text was updated successfully, but these errors were encountered: