A PWA dictionary software using JSON as data format
Keeps a dictionary with user-specified entries for searching, editing and saving. Data can also be exported to or imported from JSON file. The data can be searched with text. The search uses Fuse.js.
The screenshots of the app using the sample data containing chat abbreviations dictionary:
A JSON data array with unique id, and custom fields
[
{ "id": 10 , "name": "^5", "description": "High-five" },
{ "id": 11 , "name": "^URS", "description": "Up yours" },
]