Simple-Dictionary-App
this is Simple Dictionary App
Dictionary
[ "Boy":"Wiil",
"Girl":"Gabar",
"Tree":"Geed",
"Street":"Wado",
"Car":"Baabur",
"Gift":"Hadiyad",
"Window":"Daaqad",
"Dog":"Ey"
]
the first key is string and value is also string where logic comes when user finds the key if that found will display value that key for example Boy
is key will find in dictionary if isfound then will display value that key is Wiil