seanprashad / leetcode-patterns

A pattern-based approach for learning technical interview questions
https://seanprashad.com/leetcode-patterns/
GNU General Public License v3.0
10.01k stars 1.74k forks source link

The need for an authentication system. #297

Open rohithrajb opened 7 months ago

rohithrajb commented 7 months ago

Hi!

I have recently come across the SeanPrasad Leetcode list and it has been very useful. The main problem is that every question has a checkbox which I believe is for the user to note that they have completed this question. I use multiple devices and when I open the list on another device, I can't see my progress. I believe this happens beacuse it is stored in the local storage of the browser. I would love to have an authentication system so that wherever I login, I know what questions I am already done with.

Thank you!

vrajeshkanna commented 5 months ago

Simple solution/hack - Runcopy(this.localStorage.checked) in the console of the source system And set this.localStorage.checked = <copied_value> in the target system I do this for testing in local version