ScanVerse is a QR Code Scanner Web app built using HTML, CSS, JS, and BootStrap, leveraging the power of the HTML5Qrcode API. It allows users to easily scan QR codes using their device's camera and extract information encoded within the code.
- Introduction
- How to Contribute
- Team
- Acknowledgements
ScanVerse is a user-friendly web application that provides a seamless experience for scanning QR codes. Whether you want to access a website, view contact information, or discover other types of embedded data, ScanVerse has got you covered. The application uses the HTML5Qrcode API to efficiently process and decode QR codes, making it a reliable tool for everyday use.
We welcome contributions from the open-source community to improve ScanVerse. Follow the steps below to contribute:
-
Fork the repository on GitHub.
-
Clone the forked repository to your local machine.
git clone https://github.com/your-username/ScanVerse.git
- Create a new branch and switch to it.
git checkout -b <branch_name>
-
Make the necessary changes or add new features.
-
Commit your changes with a descriptive message.
git commit -m "commit_message"
- Push your changes to your forked repository.
git push origin feature/<my-contribution>
-
Open a Pull Request (PR) from your forked repository to the main repository.
-
Provide a clear and detailed description of your changes in the PR.
-
Wait for the code reviewers to review your PR and address any feedback if necessary.
-
Once approved, your changes will be merged into the main repository.
- HTML
- CSS
- JavaScript
- HTML5QrCodeReader Library
ScanVerse is brought to you by the following talented individuals:
- Shubham Singodiya - Developer & Project Lead
- Vanshita Jain - Designer
- Sarthak Saxena - Graphics Designer
- Vansh Gill - UI Designer
We appreciate our team member's hard work and dedication to make ScanVerse a reality.
- Release 0.0 : July 16, 2023 @00:41 [Zeroth phase of application completed.]
- Features: QR Code Scanning facility with opening anchor links embedded inside QR in separate window just after scanning if pop-ups are allowed.
Thank you for visiting ScanVerse!💝
Feel free to explore the code, contribute, and provide feedback.