Skip to content

Latest commit

 

History

History
153 lines (93 loc) · 4.29 KB

README.md

File metadata and controls

153 lines (93 loc) · 4.29 KB

Vocab-a-Thon' 22 📚 Word's Wonderland 🔤

GitHub stars GitHub forks GitHub contributors GitHub

✨ Hall Of Fame

Thanks goes to these amazing people for their contributions 🎉🎉🎉

Table of Contents 📚

  1. Overview
  2. How To Contribute
  3. Star it
  4. License
  5. Thanks Contributors

Overview

Welcome to Vocabathon!🔍📖 Your go-to resource for a vast collection of words in JSON files, hosted by Shreya Malogi. Dive into a collaborative space where word enthusiasts globally contribute to and explore an extensive repository of words and meanings. 🌟📣

How to Contribute

Adding your favorite words to Vocabathon is a simple process:

1. Fork this Repository 🍴

Click the "Fork" button at the top right corner of this repository to create your personal fork.

2. Clone Your Fork 📥

Clone the forked repository from your account to your local machine:

git clone https://github.com/codemacrocosm/Vocab-a-Thon.git

3. Add Your Word 📝

Navigate to the JSON file (words.json) and open it for editing. Utilize the template provided below to add your word:

{
    "word": "YourWordHere",
    "definitions": [
        "Your word definition 1",
        "Your word definition 2"
    ],
    "parts-of-speech": "Part of Speech"
}

Replace "YourWordHere" with the word you want to add, "Your word definition 1" and "Your word definition 2" with the definitions of the word, and "Part of Speech" with the appropriate part of speech for the word.

4. Commit Your Changes 📦

Commit your changes with a descriptive commit message:

git add words.json
git commit -m "Added the word 'YourWordHere'"

5. Create a Pull Request 🎉

Push your changes to your forked repository and then create a pull request:

  • Go to the original repository
  • Click on the "New Pull Request" button.
  • Provide a meaningful title and description for your pull request.
  • Click "Create Pull Request" to submit your contribution.

Your word will be reviewed, and upon approval, it will be merged into the main repository, enriching the collective vocabulary resource.

Example File 🎃

Here's an example of how a word and its definitions should be formatted in the JSON file:

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

Explore and Learn 🌐

Vocabathon is not only about contributing but also about exploration. Feel free to browse through the growing collection of words and their meanings to enhance your vocabulary.

How to Star ⭐

If you enjoyed this repo or find them inspiring, don't forget to ⭐ the repository! Your support is appreciated.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details. 📜

MIT License

Copyright (c) 2022 CodeMacrocosm

Contributors 🙌

A big thanks to all the creative minds who have contributed.

Now, let the creation begin! 🎨

Happy coding! 🚀🎉

Happy Hacking! 🎃👾

Maintained by @shreyamalogi 🌟

Thank you for contributing! Your support is invaluable in our collective journey to expand and celebrate the richness of language. Join us today and let's continue our exploration of words together! 🚀📖