+ );
+};
+
+export default DictionaryContainer;
diff --git a/src/plays/dictionary/Readme.md b/src/plays/dictionary/Readme.md
new file mode 100644
index 0000000000..ad215b77fc
--- /dev/null
+++ b/src/plays/dictionary/Readme.md
@@ -0,0 +1,25 @@
+# Dictionary
+
+Display the definition, pronunciation, antonyms and synonyms of the word
+
+## Play Demographic
+
+- Language: js
+- Level: Intermediate
+
+## Creator Information
+
+- User: ananya-bhardwaj
+- Gihub Link: https://github.com/ananya-bhardwaj
+
+## Implementation Details
+
+This implenmetation uses axios to call a remote API. The remote API returns the meaning as well as synonyms and antonyms of the word entered by the user, which is rendered.
+
+## Consideration
+
+- API call using axios
+
+## Resources
+
+- NA