WiFi Card Generator is a simple web application that generates QR codes for connecting to WiFi networks. Users can scan the QR code to quickly join a network without manually entering the credentials.
- Easy-to-Use Interface: Generate WiFi QR codes with minimal input.
- Secure Sharing: Hide sensitive credentials by only sharing the QR code.
- Cross-Platform: Works on all devices with a camera and a QR code scanner.
- Offline Functionality: The app can run offline, ensuring secure local generation of QR codes.
Try it now: WiFi Card Generator
If you want to host this project locally:
- Clone the repository:
git clone https://github.com/cusaldmsr/WiFi-Card-Generator.git
- Navigate to the project directory:
cd WiFi-Card-Generator
- Open the
index.html
file in your browser.
- Open the application in your browser.
- Enter your WiFi credentials:
- SSID: The name of your WiFi network.
- Password: The password for your network (if applicable).
- Click "Generate QR Code."
- Scan the QR code with your device to connect to the WiFi network.
- HTML: Structure of the application.
- CSS: Styling for a user-friendly interface.
- JavaScript: Core logic for generating QR codes.
- jsDelivr: qrcodejs CDN by jsDelivr.
Contributions, issues, and feature requests are welcome!
Feel free to fork the repository and submit a pull request with your enhancements.
Special thanks to the developers of libraries and tools that make this project possible.