Skip to content

Repository files navigation

JSON Dictionary

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: image image

The data format

A JSON data array with unique id, and custom fields

[
    { "id": 10 , "name": "^5", "description": "High-five" },
    { "id": 11 , "name": "^URS", "description": "Up yours" },
]

About

A dictionary software using JSON as data format

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages