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.
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 | ## Features
26 |
27 | - **Easy-to-Use Interface**: Generate WiFi QR codes with minimal input.
28 | - **Secure Sharing**: Hide sensitive credentials by only sharing the QR code.
29 | - **Cross-Platform**: Works on all devices with a camera and a QR code scanner.
30 | - **Offline Functionality**: The app can run offline, ensuring secure local generation of QR codes.
31 |
32 | ## Live Demo
33 |
34 | Try it now: [WiFi Card Generator](https://cusaldmsr.github.io/WiFi-Card-Generator/)
35 |
36 | ## Installation
37 |
38 | If you want to host this project locally:
39 |
40 | 1. Clone the repository:
41 | ```bash
42 | git clone https://github.com/cusaldmsr/WiFi-Card-Generator.git
43 | ```
44 | 2. Navigate to the project directory:
45 | ```bash
46 | cd WiFi-Card-Generator
47 | ```
48 | 3. Open the `index.html` file in your browser.
49 |
50 | ## How to Use
51 |
52 | 1. Open the application in your browser.
53 | 2. Enter your WiFi credentials:
54 | - **SSID**: The name of your WiFi network.
55 | - **Password**: The password for your network (if applicable).
56 | 3. Click "Generate QR Code."
57 | 4. Scan the QR code with your device to connect to the WiFi network.
58 |
59 | ## Technologies Used
60 |
61 | - **HTML**: Structure of the application.
62 | - **CSS**: Styling for a user-friendly interface.
63 | - **JavaScript**: Core logic for generating QR codes.
64 | - **jsDelivr**: qrcodejs CDN by jsDelivr.
65 |
66 | ## Contributions
67 |
68 | Contributions, issues, and feature requests are welcome!
69 | Feel free to fork the repository and submit a pull request with your enhancements.
70 |
71 |
72 | ## Acknowledgments
73 |
74 | Special thanks to the developers of libraries and tools that make this project possible.
75 |
--------------------------------------------------------------------------------