Skip to content

Commit ce5d373

Browse files
authored
Update README.md
1 parent 10448ca commit ce5d373

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
# json-dictionary-browser
2-
A dictionary software using JSON as data format
1+
# JSON Dictionary
2+
A [PWA](https://en.wikipedia.org/wiki/Progressive_web_app) dictionary software using JSON as data format
3+
4+
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](https://www.fusejs.io).
5+
6+
The sreenshots of the app using the [sample data](https://github.com/VPKSoftOrg/json-dictionary-browser/blob/develop/sample_data/chat_abbreviations.json) containing chat abbreviations dictionary:
7+
![image](https://github.com/user-attachments/assets/d284e847-58e3-4315-8561-c5bfacb1ef1f) ![image](https://github.com/user-attachments/assets/3013cbd4-40b2-4ecd-ae68-6133c26b4861)
8+

0 commit comments

Comments
 (0)