https://github.com/54ac/list-picker
A simple decision-making tool written in Javascript for picking elements from a list.
https://github.com/54ac/list-picker
decision-making javascript list pwa
Last synced: 7 months ago
JSON representation
A simple decision-making tool written in Javascript for picking elements from a list.
- Host: GitHub
- URL: https://github.com/54ac/list-picker
- Owner: 54ac
- Created: 2020-11-07T22:41:36.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T21:59:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T01:51:38.859Z (over 1 year ago)
- Topics: decision-making, javascript, list, pwa
- Language: JavaScript
- Homepage: https://54ac.ovh:5455/
- Size: 581 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## The List Picker
### What is this?
This is an extremely simple tool for picking one or more elements from a list. Written in vanilla JavaScript with installable PWA support. Mostly for personal use.
### What's the point?
I needed something that could pick things for me, so I made it. Decision-making can be a difficult process sometimes.
### How do I use this?
1. Enter list (one entry per line),
2. Press the pick button,
3. Install as PWA for easy access (optional).
### Where can I use this?
**[Here it is.](https://54ac.ovh/list-pick)**
### How do I launch this myself?
1. `git clone https://github.com/54ac/list-picker.git .`
2. `npm i`
3. `npm start`