status: for fun

Reminder on social media

Get reminders on different social media apps, based on a date & time.

It's simple, you give some information about your account on social media, you add a reminder with a date and time, you'll be reminded.

project screenshots project screenshots

Technical side

Technologies used to create this project are as followed:

HTML
CSS
TailwindCss
daisyUI
JS
Django
htmx htmx icon

_hyperscript icon
MySQL

Notes

So if I wanna create another, let's call it, "scheduler website", I would definitely go with django threads like I did here, I think using celery is an overkill in my case. The only problem with django threads is that if the server goes down, all the tracking will get lost and the user doesn't get the thing they wanted on that specific time. Also found something great called https://cron-job.org/, but it was too late. So maybe next time.