←back to thread

1901 points l2silver | 2 comments | | HN request time: 0.467s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
1. j3d ◴[] No.35741769[source]
Shared Slides Clicker [1] - an extension to allow for multiple people to remotely drive a single Google Slides presentation. I created this because it drives me insane when I hear people saying "Next slide please"! It leverages React and Firebase.

Simple Weekly Meal Planner [2] - a very simple, free PWA for deciding what you want to make for dinner each week and tracking all the ingredients you need to get from the market. I built this because meal planning is one of the most annoying parts of adulting. It was built with Svelte and Firebase.

Audiobook Locker [3] - a Tauri-based desktop app for managing your audiobooks. Think calibre-for-audibooks. I created this because I wanted a nice way to keep track of which audiobooks I'd completed and which to read next. It uses Svelte for the UI and Rust on the backend.

[1]: https://fonner.gitlab.io/shared-slides-clicker/ [2]: https://simpleweeklymealplanner.com/ [3]: https://fonner.gitlab.io/audiobook-locker/

replies(1): >>35770588 #
2. wingtw ◴[] No.35770588[source]
Thats awesome (meal planner) - is this opensourced? Id like to customise it for my own use..