A recurring reminder app. You can schedule regular tasks and receive an email notification on the day they come due.
Use case example; remember to change your furnace filter every 4 months.
Tasks can be recurring exactly on schedule, or based on completion of the previous reminder. (ie: I only need to change the furnace filter 3 months after the last time.)
Fun fact: This is my first ever public project on GitHub!
I heard about LaraJam.dev hosting a Laravel hack-a-thon with the theme of "Personal Productivity" and jumped in! This app was built from scratch in a single weekend. (so... lower your expectations.)
This is a standard Laravel site. You can clone this git and see 'Laravel install documentation'
The reminders and emails require the work queue to be running (there are two daily tasks), and email configured to be sent properly.
The Laravel framework is open-sourced software licensed under the MIT license.