A web app which lets you categorize text.
- Write or paste categories into the categories box, one per line.
- Write or paste words into the words box, one per line.
- Start clicking categories and the json map will fill up!
The word categories are output to the Mapping box as JSON. You can edit that directly to update the categories. For example, you can delete a category, rename a category or word, or even copy/paste results to/from somewhere else.
Note: if you rename a category or word in the categories/words boxes, it will clear the category or remove the word from its category.
npm install
npm run build
The app is built to docs/
so that it can be served by Github Pages.