Checklist App 2.0

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

3 Likes

Why an account system? Just a checklist

2 Likes

A way to save the data without using cookies. Cookies can be unreliable and they won’t save across devices

3 Likes

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?

3 Likes

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.

1 Like

You can also use Localstorage or file saving too

2 Likes

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

2 Likes

me /jYou should honestly restrict the storage because any bad actor could just fill up your acct storage.

3 Likes

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

1 Like

that would work except for the fact that it would only slow down the ddos attack.

1 Like

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 :man_shrugging:

2 Likes