{"id":13406449,"url":"https://github.com/johnpapa/hello-worlds","last_synced_at":"2025-04-09T14:12:52.040Z","repository":{"id":38438025,"uuid":"254408227","full_name":"johnpapa/hello-worlds","owner":"johnpapa","description":"Hello world apps for angular, react, svelte, and vue","archived":false,"fork":false,"pushed_at":"2024-03-14T03:55:13.000Z","size":10587,"stargazers_count":130,"open_issues_count":181,"forks_count":74,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-02T12:08:22.048Z","etag":null,"topics":["angular","angularjs","javascript","react","reactjs","svelte","sveltejs","typescript","vue","vuejs"],"latest_commit_sha":null,"homepage":"https://hello-worlds.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnpapa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-09T15:24:30.000Z","updated_at":"2025-03-23T00:59:16.000Z","dependencies_parsed_at":"2024-09-22T15:01:24.866Z","dependency_job_id":"638f6121-be7c-4c79-9776-335db6adb2b7","html_url":"https://github.com/johnpapa/hello-worlds","commit_stats":{"total_commits":174,"total_committers":34,"mean_commits":5.117647058823529,"dds":0.735632183908046,"last_synced_commit":"e1e08739009842ad2df7f68146b55714a2f442b1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpapa%2Fhello-worlds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpapa%2Fhello-worlds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpapa%2Fhello-worlds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpapa%2Fhello-worlds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnpapa","download_url":"https://codeload.github.com/johnpapa/hello-worlds/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054193,"owners_count":21039952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angularjs","javascript","react","reactjs","svelte","sveltejs","typescript","vue","vuejs"],"created_at":"2024-07-30T19:02:30.621Z","updated_at":"2025-04-09T14:12:52.022Z","avatar_url":"https://github.com/johnpapa.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# hello-worlds\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-29-blue.svg?style=flat-square)](#contributors)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\nHello World apps for JavaScript/HTML/CSS libraries/frameworks!\n\nAssumptions:\n\n- [ ] only the most simple basic hello world app\n- [ ] remove all tests and commands for tests and dependencies for tests\n- [ ] must say \"Hello World\" on the main component\n- [ ] only include the minimal components (1 ideally)\n- [ ] no routing, not extras whatsoever\n- [ ] no styling\n- [ ] nothing else !\n- [ ] must work by running `npm install` and `npm start` (or equivalent)\n- [ ] must be in the folder named `\u003ctech-name\u003e`\n- [ ] add yourself using the all-contributors bot `@allcontributors please add @\u003cyour-github-account\u003e for code`\n- [ ] add build steps and which folder to serve in the README.md\n- [ ] verify that the app once built can be served from whatever folder the built assets are placed in\n- [ ] verify that running `npx http-server \u003cyour-folder-to-serve\u003e` works\n- [ ] verify that a Pull Request doesnt already exist. If it does, feel free to contribue to it.\n\nSee existing samples for the idea ...\n\n[![Deploy to Azure button](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/?feature.customportal=false\u0026WT.mc_id=javascript-0000-jopapa#create/Microsoft.StaticApp)\n\nProjects are listed alphabetically.\n\n| Project                                                            | Build steps                                   | Serve this folder    | Folder            |\n| ------------------------------------------------------------------ | --------------------------------------------- | -------------------- | ----------------- |\n| [Alpine.js](https://github.com/alpinejs/alpine/)                   |                                               | `/`                  | alpine            |\n| [Angular.js](https://angularjs.org/)                               |                                               | `/`                  | angularjs         |\n| [Angular](https://angular.io/)                                     | `npm run build -- --prod`                     | `dist/hello`         | angular           |\n| [Angular Universal](https://angular.io/guide/universal)            | `npm run prerender`                           | `dist/hello/browser` | angular-universal |\n| [Aurelia](https://aurelia.io/)                                     | `npm run build`                               | `dist`               | aurelia           |\n| [Babylon.js](https://www.babylonjs.com/)                           |                                               | `/`                  | babylonjs         |\n| [Backbone.js](https://backbonejs.org/)                             |                                               | `/`                  | backbone          |\n| [Blazor](https://blazor.net/)                                      | Install .NET SDK then `dotnet build`          | `/`                  | blazor            |\n| [Elm](https://elm-lang.org/)                                       | `npm run build`                               | `public`             | elm               |\n| [Ember](https://emberjs.com/)                                      | `npm run build`                               | `dist`               | ember             |\n| [Flutter](https://flutter.dev/)                                    | Install Flutter SDK then `flutter build web`  | `build/web`          | flutter           |\n| [Gatsby](https://www.gatsbyjs.org/)                                | `npm run build`                               | `public`             | gatsby            |\n| [Glimmer](https://glimmerjs.com/)                                  | `npm run build`                               | `dist`               | glimmer           |\n| [Gridsome](https://gridsome.org/)                                  | `npm run build`                               | `dist`               | gridsome          |\n| [HTML](https://developer.mozilla.org/docs/Web/HTML)                |                                               | `/`                  | html              |\n| [Hugo](https://gohugo.io/)                                         | `npm run build`                               | `public`             | hugo              |\n| [Hyperapp](https://hyperapp.dev/)                                  | (uses CDN)                                    | `/`                  | hyperapp          |\n| [Ionic Angular](https://ionicframework.com/docs/angular/overview)  | `npm run build -- --prod`                     | `www`                | ionic-angular     |\n| [Ionic React](https://ionicframework.com/docs/react)               | `npm run build`                               | `build`              | ionic-react       |\n| [JavaScript](https://developer.mozilla.org/docs/Web/javascript)    |                                               | `/`                  | javascript        |\n| [jQuery](https://jquery.com/)                                      | (uses CDN)                                    | `/`                  | jquery            |\n| [KnockoutJS](https://knockoutjs.com/)                              | `npm run build`                               | `dist`               | knockoutjs        |\n| [LitElement](https://lit-element.polymer-project.org/)             | `npm run build`                               | `dist`               | lit-element       |\n| [Marko](https://markojs.com/)                                      | `npm run build`                               | `public`             | marko             |\n| [Meteor](https://www.meteor.com/)                                  | `npm run build`                               | `bundle`             | meteor            |\n| [Mithril](https://mithril.js.org/)                                 | `npm run build`                               | `dist`               | mithril           |\n| [Next.js](https://nextjs.org/)                                     | `npm run build`                               | `out`                | nextjs            |\n| [Nuxt.js](https://nuxtjs.org/)                                     | `npm run generate`                            | `dist`               | nuxtjs            |\n| [Polymer](https://www.polymer-project.org/)                        | `npm run build`                               | `build/default`      | polymer           |\n| [Preact](https://preactjs.com/)                                    | `npm run build`                               | `build`              | preact            |\n| [React](https://reactjs.org/)                                      | `npm run build`                               | `build`              | react             |\n| [Riot](https://riot.js.org/)                                       | `npm run build`                               | `dist`               | riot              |\n| [Scully](https://github.com/scullyio/scully)                       | `npm run build -- --prod`                     | `dist/hello`         | scully            |\n| [Stencil](https://stenciljs.com/)                                  | `npm run build`                               | `www`                | stencil           |\n| [Svelte](https://svelte.dev/)                                      | `npm run build`                               | `public`             | svelte            |\n| [Three.js](https://threejs.org/)                                   |                                               | `/`                  | threejs           |\n| [TypeScript](https://www.typescriptlang.org/)                      | `npm run build`                               | `dist`               | typescript        |\n| [Vue](http://vuejs.com/)                                           | `npm run build`                               | `dist`               | vue               |\n| [VuePress](https://vuepress.vuejs.org/)                            | `npm run build`                               | `dist`               | vuepress          |\n\n## Resources\n\n- [Azure Free Trial](https://azure.microsoft.com/free/?WT.mc_id=javascript-0000-jopapa)\n- [VS Code](https://code.visualstudio.com/?WT.mc_id=javascript-0000-jopapa)\n\n### Azure Static Web Apps\n\n- Learn how to [Publish an Angular, React, Svelte, or Vue JavaScript app and API with Azure Static Web Apps](https://docs.microsoft.com/learn/modules/publish-app-service-static-web-app-api?WT.mc_id=javascript-0000-jopapa)\n- [API support in Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/apis?WT.mc_id=javascript-0000-jopapa)\n- [Add an API to Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/add-api?WT.mc_id=javascript-0000-jopapa)\n- [Authentication and authorization](https://docs.microsoft.com/azure/static-web-apps/authentication-authorization?WT.mc_id=javascript-0000-jopapa)\n- [Routes](https://docs.microsoft.com/azure/static-web-apps/routes?WT.mc_id=javascript-0000-jopapa)\n- [Review pre-production environments](https://docs.microsoft.com/azure/static-web-apps/review-publish-pull-requests?WT.mc_id=javascript-0000-jopapa)\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://johnpapa.net\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1202528?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJohn Papa\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=johnpapa\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/laurieontech\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/15000607?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLB\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=laurieontech\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://simicode.me\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/25581792?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSimeon Udoh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=simeon4real\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://twitter.com/ksivamuthu\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/4029525?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSivamuthu Kumar\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=ksivamuthu\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/matiaskm\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/18614906?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatias Kohan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=matiaskm\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Duraimurugan\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/7348388?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDuraimurugan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=Duraimurugan\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://twitter.com/sinedied\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/593151?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYohan Lasorsa\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=sinedied\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://wassim.dev\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1699357?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWassim Chegham\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=manekinekko\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/sandydoo\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/7572407?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSander Melnikov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=sandydoo\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://angularhive.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/29446574?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eUdhayakumar Govindarajan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=askudhay\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://behance.net/afifalfiano\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/47497276?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAfif Alfiano\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=afifalfiano\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://gilcreque.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/243234?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGil Creque\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=gilcreque\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/afflexux\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/35804265?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eafflexux\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=afflexux\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/apps/allcontributors\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/in/23186?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eallcontributors[bot]\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=allcontributors[bot]\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/btchoum\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/9422996?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBertrand Tchoumkeu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=btchoum\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://medium.com/@webmaxru\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1560278?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMaxim Salnikov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=webmaxru\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/rgolea\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/8843202?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRares Golea\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=rgolea\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://swank.dev/\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/18602728?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrian Swank\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=bswank\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://codewithhugo.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/6459679?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHugo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=hugodf\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://noelmace.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/7578400?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNoël Macé\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=noelmace\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/wolfhoundjesse\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/13468509?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJesse M. Holmes\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=wolfhoundjesse\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/carlosroec\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1981518?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCarlos G. Rodriguez\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=carlosroec\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://zaceno.github.io\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/2061445?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eZacharias Enochsson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=zaceno\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://moemoe89.github.io\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/7221739?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBismo Baruno\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=moemoe89\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Filini\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/10072578?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFilippo Gualandi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=Filini\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://twitter.com/mhartington\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/2835826?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMike Hartington\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=mhartington\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/aelgasser\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/3692722?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eaelgasser\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=aelgasser\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.sarbull.ro\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1864112?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCezar Sîrbu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=sarbull\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Nicoss54\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/24563545?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNicoss54\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=Nicoss54\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Yonet\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3523671?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYonet\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johnpapa/hello-worlds/commits?author=Yonet\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnpapa%2Fhello-worlds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnpapa%2Fhello-worlds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnpapa%2Fhello-worlds/lists"}