CurryEleison / mobilepay-qrcodes

MobilePay QR code Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MobilePay QR Code Generator

This is a small React app to generate QR codes for MobilePay payments. It's running at https://mobilepay-qrcode-generator.temp.dk/ .

If you want to receive funds from someone, just type in your phone/MobilePay number and optionally a currency amount, and ask people to point their camera at your screen.

MobilePay is a trademark of Danske Bank. This app is not associated with or licensed by Danske Bank or MobilePay.

Building

There's no backend and you don't need to have MobilePay installed to use it. Everything is based on create-react-app. You can build with just yarn build, and the assets in ./build are ready to be deployed.

TODO

  • Add Danish translations
  • Spruce up the configuration dialog
  • Add helptext, privacy statement, credits etc
  • Add footer statement
  • Improve layout
  • Better icon
  • Dark mode
  • Point settings storage back to localStorage
  • Optional: Add analytics & cookie warning
  • Optional: Make it slightly more SEO friendly w. SSR
  • Add prettier
  • Some tests
  • enable service worker

Credits

npm packages that were particularly helpful include:

  • react and create-react-app
  • @material-ui
  • i18next
  • qrcode

Snippets that helped me include:

Also:

About

MobilePay QR code Generator

License:MIT License


Languages

Language:JavaScript 94.1%Language:HTML 5.8%Language:Shell 0.1%