This project is a web application that generates WiFi QR codes for easy network login. Users can enter their network SSID (Network Name) and password, and the application will generate a QR code that can be scanned by devices to quickly connect to the WiFi network.
- Generate QR codes for WiFi network login.
- Download generated QR code image.
- Responsive design for various screen sizes.
Clone the repository:
Install dependencies:
- npm install node.js express.js qrcode
Run the Server:
- npm start
- Enter your WiFi SSID (Network Name) and password in the provided form.
- Click the "Generate QR Code" button. The QR code for your WiFi network will be displayed.
- Click the "Download QR Code" button to download the generated QR code image.
- HTML, CSS, JavaScript for the front-end.
- Node.js and Express.js for the back-end.
- qrcode library for generating QR codes.
- Pico CSS for basic styling.
- Pico CSS for the lightweight CSS framework.
- qrcode library for generating QR codes.
