ReminderBox is a reminders app I developed mainly for personal use, but since it's a web app, you can use it too! It's written with Leptos because I wanted to use rust, and it's considered one of the best web frameworks in Rust!
Since it's a single-page application that runs entirely on the client, it's explicitly a non-goal to have any sort of database or server in the stack. All reminders are stored on the LocalStorage. This also means you shouldn't clear the website's local storage, or else you'll lose your reminders!
In the future, I may implement a backup and restore option for reminders, just in case you frequently clear your website data.
See CONTRIBUTING.md for more information on how to compile!