https://github.com/michalsvatos/mr-shareman
Simple app for quickly sharing some text on the screen.
https://github.com/michalsvatos/mr-shareman
fallout pipboy pwa qrcode share sharing
Last synced: about 1 month ago
JSON representation
Simple app for quickly sharing some text on the screen.
- Host: GitHub
- URL: https://github.com/michalsvatos/mr-shareman
- Owner: MichalSvatos
- License: mit
- Created: 2022-10-26T22:06:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T22:40:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T05:44:42.997Z (over 1 year ago)
- Topics: fallout, pipboy, pwa, qrcode, share, sharing
- Language: CSS
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mr. Shareman
***
Have you ever been in the situation in which you need to give someone your contact information, but struggling to do so because you left home you business card? There must be an app for that, right?
**Well, it is now :)** I coded and designed Mr. Shareman. Simple PWA to help you to quickly share/show text on the screen of your device. You can generate QR code as well.
[michalsvatos.github.io/mr-shareman](https://michalsvatos.github.io/mr-shareman)
[](https://michalsvatos.github.io/mr-shareman)
## Changelog
### v1.4.1
- NEW - Open Graph
### v1.4.0
- FIX - `manifest.json` (colors, orientation, id, 512x512 icon) (thx [@madcampos](https://github.com/madcampos) for the tips)
- NEW - 140-character limit removed; a notification is shown when exceeded; font size set to 80%
- NEW - description
- NEW - app screenshots
- NEW - version number in the footer
### v1.3.2
- FIX - Service Worker fail
### v1.3.1
- FIX - manifest confusion resolved
### v1.3.0
- User input sanitation (I cannot believe that I didn't implement that! 🤦)
#### v1.2.2
- FIX - iOS because Safari is apparently the new IE
#### v1.2.1
- FIX - QR code image size tweak
#### v1.2.0
- NEW - Generate QR code - thx [davidshimjs/qrcodejs](https://github.com/davidshimjs/qrcodejs)
#### v1.1.1
- FIX - `a` --> `button`, focus state
#### v1.1.0
- Added font resize
- Changed scrollbar color
#### v1.0.2
- Added functionality to close modal on ESC
#### v1.0.1
- First version with basic functionality
- Some bugfixes and tweaks included
## Known issues
- Fullscreen doesn't work on iOS devices