Version 2.0 of my previous checklist app . Written in JS, Python, CSS, and HTML
Contains lots of features an a usable API. Live demo here → https://checklist.cadenchau.com
Why an account system? Just a checklist
A way to save the data without using cookies. Cookies can be unreliable and they won’t save across devices
does that mean you save the notes on the server side? Wouldn’t that pose a security risk? Wouldn’t that allow for storage DDOSing?
Who is going to DDOS a checklist app?
I wonder what useful information someone can get from looking at another person’s checklist. And side note, replit has rate limits on all requests being made anyways so it wouldn’t work.
You can also use Localstorage or file saving too
That’s true, but it won’t work across devices which is what I wanted since I use this app on my school and home computer
me /jYou should honestly restrict the storage because any bad actor could just fill up your acct storage.
Yea, I never thought about it that way. I could maybe add a hard cap as to how many tasks you can create each day/hour
that would work except for the fact that it would only slow down the ddos attack.
ddos won’t work because of replit rate limits, and nobody is going to ddos attack a checklist app. I doubt anyone is even going to try and fill up account storage. If so I will just shift to another platform to host