SwiftScan is a minimalistic and open-source QR code generator. Create QR codes effortlessly for email addresses, phone numbers, text, or URLs. SwiftScan is designed to be simple, fast, and accessible to everyone. 🚀
- Generate QR Codes for Various Data Types:
- Email Addresses
- Phone Numbers
- Plain Text
- URLs
- Open Source: Built for the community to use, learn from, and improve.
- Lightweight & Fast: No frameworks, only Typescript with the Notyf library for alerts.
- Cross-Platform: Works seamlessly on web browsers and mobile devices.
Clone the repository or download it directly:
git clone https://github.com/Charmingdc/swiftscan.gitOpen the index.html file in your browser, and you're ready to go!
git clone https://github.com/Charmingdc/swiftscan.gitSimply open the index.html file in your browser to start using SwiftScan.
- Email: Enter an email address (e.g.,
example@gmail.com). - Phone Number: Provide a phone number in international format.
- Text: Add any text you wish to encode.
- URL: Insert a valid web URL (e.g.,
https://example.com).
Once the input is provided, a QR code will be generated instantly, and a success alert will be displayed using Notyf.
Want to contribute? Follow these steps:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add some amazing feature' - Push to the branch:
git push origin feature/amazing-feature
- Open a pull request.
SwiftScan is open-source software licensed under the MIT License.
Contributions are always welcome! Whether it's fixing bugs, improving documentation, or building new features, we appreciate your help.
For issues, feature requests, or discussions, feel free to create an issue in the GitHub repository.
Start generating QR codes quickly and easily with SwiftScan!