Skip to content

CONTEST 8 : 🎊 Vocab-a-thon'22 🌟 Passport to Word Wonderland!🌟

License

Notifications You must be signed in to change notification settings

shreyamalogi/Vocab-a-Thon-22

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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-22.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! πŸš€πŸ“–

About

CONTEST 8 : 🎊 Vocab-a-thon'22 🌟 Passport to Word Wonderland!🌟

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published