shruthi-kotawar / Vocabathon-22

CONTEST 8: 🥳 #vocabathon-22🥳contribute to this repo by writing vocabulary. hacktoberfest2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vocabathon

An exhaustive collection of words as json files for easy access.

How to contribute

Refer the template provided below to add your word

Create your first pull request 😎

Fork this repository

Clone the forked repository from your account

Add your word in the JSON file.

Commit your changes with an appropriate message.

Create a pull request

Example file 🎃

{
    "word": "Beautiful",
    "definitions": [
        "pleasing the senses or mind aesthetically",
        "of a very high standard; excellent"
    ],
    "parts-of-speech": "Adjective"
}

About

CONTEST 8: 🥳 #vocabathon-22🥳contribute to this repo by writing vocabulary. hacktoberfest2022

License:MIT License