Skip to content

ryanabx/ReminderBox

Repository files navigation

ReminderBox

ReminderBox Logo

GitHub Actions Workflow Status

A (WIP) PWA reminders app in your browser!

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!

Reminders are stored locally

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.

For contributors

See CONTRIBUTING.md for more information on how to compile!

About

Reminders, in your browser

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published