Rules, details, and place to submit your project for the Deno KV hackathon.
by denolandLast 12 weeks · 0 commits
1 of 6 standards met
Team or Project Name Lucia Auth Adapter for Deno KV Team Members JLarky Screenshots of your Project Link to demo on Deno Deploy https://lucia-deno-kv-demo.deno.dev/ create any user/pass and you will be able to sign in with it Link to project's public GitHub repo https://github.com/JLarky/astro-lucia-deno-kv Any final comments you'd like to add? This Demo is using Astro, you can develop, build and deploy without node :)
Team or Project Name Paleon Team Members @hasundue Screenshots of your Project Home Logs Link to demo on Deno Deploy https://paleon.deno.dev Link to project's public GitHub repo https://github.com/hasundue/paleon Any final comments you'd like to add? Paleon is named after paleontology. Let's make your logs persistent with Deno KV.
Team or Project Name Multiplayer KV Beats Team Members @KevinBatdorf Screenshots of your Project !screenshot Link to demo on Deno Deploy https://beats.deno.dev/ Link to project's public GitHub repo https://github.com/KevinBatdorf/beats-kv-demo Any final comments you'd like to add? A bit over the deadline but was still fun to participate!
Team or Project Name Quote generator Team Members Just me! (https://github.com/randreu28/) Screenshots of your Project !Screenshot from 2023-06-15 20-33-24 Link to demo on Deno Deploy https://quote-generator.deno.dev/ Link to project's public GitHub repo https://github.com/randreu28/quote-generator Any final comments you'd like to add? I still don't have acess to Deno KV so the production version throws an error. I already did all the steps mentioned here and hope to get access soon! :)
Team or Project Name Enripen** - A crowdsourced index to help against link rot. Team Members Me (blobbybilb) Screenshots of your Project Link to demo on Deno Deploy Demo UI using Fresh API using Hono embedded in a Fresh route API Doc Link to project's public GitHub repo Enripen - Github Any final comments you'd like to add? The Demo UI is pretty basic because I was going to make a browser extension that uses the API but ran out of time 😅. I'll make the browser extension at some point... Not sure what "All code must be created during the event" means exactly, but I did use some open source libraries (fresh, flowbite, and hono). If that disqualifies it then I have no problem :)
Project Name Exchange Secrets Team Members Just me: @j3lte Screenshots of your Project !screenshot_og Link to demo on Deno Deploy exchange-secrets.deno.dev Link to project's public GitHub repo j3lte/deno-kv-hackathon Any final comments you'd like to add? Exchange Secrets** gives you the possibility to exchange secrets with others. I had a working example of this many years ago in the workplace, this was written in Python. Decided to give it a go with Deno/Fresh/KV. Lots of fun trying out new things! All data is stored in an encrypted form. Decryption/encryption is done server-side, it uses the standard crypto libraries. The reason for doing it server-side is that I want to be able to nuke the secret when it is either successfully decrypted, or in the case of too many failed attempts. The logged in user can see their own secrets (at least the ones that haven't been nuked). An admin can see all secrets. Obviously neither the user or admin can see the contents, because it is always stored encrypted. The UI should be very intuitive, I kept it fairly simple. Should also work fine on a mobile device (you can even install it as standalone, I usually add webmanifest to apps like these). My focus with this app is __lightweight ease-of-use__.
Repository: denoland/deno-kv-hackathon. Description: Rules, details, and place to submit your project for the Deno KV hackathon. Stars: 18, Forks: 0. Open PRs: 0, open issues: 28. Last activity: 3y ago. Community health: 37%. Top contributors: lambtron, sno2.