This is a startup repository for beginners to get familiar with git, Github and open source contributions.
If you enjoyed contributing here, please 🌟 the repo.
-
Clone the forked repository from your account
-
Add your JSON file to the respective folder.
-
Commit your changes with an appropriate message.
path: C/Cool.json
(first letter needs to be capitalized)
{
"word": "Cool",
"synonyms": [
"cold",
"frosty",
"chilly"
],
"antonyms": [
"hot",
"uncool"
]
}