https://github.com/koddsson/little-apps
A directory of small web apps that I've been tinkering with.
https://github.com/koddsson/little-apps
Last synced: 3 months ago
JSON representation
A directory of small web apps that I've been tinkering with.
- Host: GitHub
- URL: https://github.com/koddsson/little-apps
- Owner: koddsson
- Created: 2022-11-02T19:39:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T20:37:24.000Z (over 3 years ago)
- Last Synced: 2025-02-25T10:30:04.142Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# little-apps
A directory of small web apps that I've been tinkering with. Note that these are probably all works in progress or broken.
Feel free to open up PRs or issues with bug reports and feature requests. PRs are more likely to be accepted but I might also not want features that you want. In that case I'd advise you to run your own fork. Since all these deploy to GitHub pages it should be easy to get your fork up and running.
## Apps
- [Big Text](https://github.com/koddsson/big-text) makes text big on your screen. It's supposed to be useful when you need to leave messages for a coworker while screen sharing. Also useful for writing text on a mobile device to communicate in load places such as concerts.
- [Picker](https://github.com/koddsson/picker) is a re-implementation of a iOS app that I have installed on my phone. Given multiple touch inputs on the screen, the app will choose one of the inputs at random. Useful for picking who goes first in a board game or who gets to decide what we get for dinner.
- [RSS Reader](https://github.com/koddsson/rss-reader) is a pretty simple RSS reader that doesn't have a backend but only stores data in the browser. Doesn't have a lot of fancy features but is just simple and nice.
- [Network Monitor](https://github.com/koddsson/network-monitor) is a simple network monitor using the Network Information API.