Skip to content

Commit

Permalink
Merge branch 'main' into frozar-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
davedbase committed Apr 12, 2022
2 parents 36305c0 + 0225de6 commit 175f3b1
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Submission PR Review
on: pull_request
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cat README.md
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/solidhack-submissions.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ After being accepted, your entry will be listed on the SolidHack website. Submis

- [Zutto](https://github.com/DanielHZhang/zutto)
- [Example App Project](https://github.com/solidjs/solidhack-submissions)
- [Solid Data Grid](https://github.com/esveo/solid-data-grid-demo)
- [first-person-shooter](https://github.com/LUMECraft/first-person-shooter)
- [CodeImage](https://github.com/riccardoperra/codeimage)
- [rehash.one](https://github.com/TheKatze/rehash)
- [Encrypted Todos](https://github.com/Nojus0/encrypted-todo-list)
- [Lasolsido](https://github.com/eguneys/solsido)
Expand All @@ -26,10 +29,18 @@ After being accepted, your entry will be listed on the SolidHack website. Submis
- [Sudoku Solver](https://github.com/sadanandpai/sudoku-solver)
- [Studyur](https://github.com/jherr/studyur)
- [GDrive Tree](https://github.com/frozar/gdrive-tree)
- [NFT Watch Party](https://github.com/conceptadev/nft-watch-party)

### Best Ecosystem Utility Award

- [Example Ecosystem Project](https://github.com/solidjs/solidhack-submissions)
- [Blitz](https://github.com/dimensionhq/blitz)
- [Solid Native](https://github.com/tjjfvi/solid-native)
- [Meteor support for SolidJS](https://github.com/edemaine/meteor-solid-hack)
- [Solid-Spring](https://github.com/Aslemammad/solid-spring)
- [SUID - Material UI](https://github.com/swordev/suid)
- [solid-gstatem](https://github.com/gstatem/gstatem/tree/main/packages/solid-gstatem)
- [Solid Reactor](https://github.com/yellowsink/solid-reactor)
- [solid-map-gl](https://github.com/GIShub4/solid-map-gl)
- [Compendium DevTools](https://github.com/CompendiumDevTools/library)
- [Hope UI](https://github.com/fabien-ml/hope-ui)
Expand All @@ -52,5 +63,6 @@ After being accepted, your entry will be listed on the SolidHack website. Submis
### Best Student Project Award

- [Example Student Project](https://github.com/solidjs/solidhack-submissions)
- [Solid Table](https://github.com/mokshit06/solid-table)
- [Hydrogen - Social media web app powered by SolidJS](https://github.com/harshmangalam/hydrogen-solidjs-client)
- [Bloki app](https://github.com/MrFoxPro/bloki)

0 comments on commit 175f3b1

Please sign in to comment.