An open API service indexing awesome lists of open source software.

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.

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`