tacosontitan / Hazel.js

Vote on your favorite programming language by opening a PR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’ƒ Hazel.js

Let's decide once and for all which language is the best; open a PR and cast your vote!

License

πŸ’β€β™€οΈ Getting Started

Get started by reviewing the answers to the following questions:

Afterward, (assuming you've already cloned the project) you can run the following commands to get started:

npm i
npm start

πŸ¦„ Voting

You can add your vote to the votes.json file using the format:

{ "language": "csharp", "reason": "C# is better than JavaScript." }

🐲 Languages

Languages are defined in the languages.json file. If you want to add a new language, you can do so by adding an entry in the following format:

{
  "name": "csharp",
  "displayName": "C#",
  "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Logo_C_sharp.svg/1820px-Logo_C_sharp.svg.png"
}

Note: The logo field is optional.

πŸ‘Ύ The Battlegrounds

Keep it clean, keep it professional. Other than that, anything goes, as long as it's legal.

The Hazel.js battlegrounds.

About

Vote on your favorite programming language by opening a PR.

License:MIT License


Languages

Language:JavaScript 100.0%