1
0
mirror of https://github.com/bndw/wifi-card.git synced 2024-12-24 10:06:42 +02:00
📶 Print a QR code for connecting to your WiFi (wificard.io) https://wificard.io/
Go to file
Ali Farooq 85ce480dbe
Added margin between checkbox, radio box and text (#251)
For issue #250, added margin between checkboxes, radio boxes, and text which was getting messed up when RTL-based language was selected
2022-09-13 21:57:16 -07:00
.github Create FUNDING.yml 2021-07-15 11:09:23 -07:00
.husky 🔨 add husky precommit to auto run prettier (#128) 2021-07-29 11:06:12 -07:00
public move js script to body - resolve Error: Stray start tag script. (#183) 2021-08-08 20:59:13 -07:00
src Added margin between checkbox, radio box and text (#251) 2022-09-13 21:57:16 -07:00
.dockerignore Update object path (#16) 2020-11-28 12:25:21 -08:00
.gitignore Initialize project using Create React App 2020-05-30 10:15:45 -07:00
.prettierrc.json Prettier formatting (#33) 2021-07-04 16:48:10 -07:00
Dockerfile Only run Prettier on ./src (#55) 2021-07-15 14:44:00 -07:00
LICENSE.md License 2020-12-30 09:26:56 -08:00
Makefile Only run Prettier on ./src (#55) 2021-07-15 14:44:00 -07:00
package.json Style and code refactor (#166) 2021-08-05 12:12:17 -07:00
README.md Update README (#249) 2022-08-12 13:00:30 -07:00
yarn.lock Bump terser from 4.8.0 to 4.8.1 (#245) 2022-07-21 11:41:25 -07:00

ci

WiFi Card

https://wificard.io

Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, hang on the wall for guests at home or in the hotel, etc.

wificard This website does not track you

Running locally

Run the official Docker image on http://localhost:8080

make run

Development

  1. Make sure you have yarn installed
  2. Run the live-reload server on http://localhost:3000
    make dev
    

This project uses Prettier formatting. All pull requests must pass the automated lint checks before merging. Prettier format is run automatically as a pre-commit hook.

Language Contribution Guide

We would love for you to contribute to different languages and help make it even better than it is today! As a language contributor, here are some steps we would like you to follow:

  1. Add a translation to ./src/translations.js. Here's an example of the German translation:

    {
       id: 'de-DE',              // locale code
       name: 'German - Deutsch', // Display name in the format 'latinName - nativeName'
       rtl: false,               // Optional, true if this is a right-to-left language
       translation: {
          ...
       }
    }
    
  2. Append an entry to the Supported Languages table below.

Supported Languages

Language Author Credit
English bndw
Chinese Baoyuantop
Spanish oscfdezdz
Portuguese pedrorenan
Portuguese (Brazil) ismaelpereira
Japanese hatsu38
Russian Teraskull
Ukrainian Teraskull
Dutch wouterbrink
French Divlo
Turkish Riza Ergun
Hindi Pushpender
Catalan aniol
German devofthings
Indonesia nyancodeid
Polish olekstomek
Arabic Ahmed Tokyo
Occitan ensag-dev
Italian Domenico Pascucci
Korean Seungbin Oh
Norwegian tplive
Hungarian munkacsimark
Serbian demanderbag
Urdu mHassan11
Swedish ddund
Thai l2D
Traditional Chinese (Taiwan) Dxball
Simplified Cantonese ous50
Punjabi phoenixgill34
Danish dk90103