Skip to content

mplibunao/Hacktoberfest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vocabulary Builder 📖

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 JSON file to the respective folder.

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"
}

Hall of Fame 🔥

Check out the Hall of Fame for a list of contributors with a minimum of one commit with their gravatar. To know more about a contributor, click on the gravatar to go to their github profile.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.8%
  • HTML 40.5%
  • CSS 15.7%