[Solved] Creating a account system that runs on every computer js [closed]


Try using a database like MongoDB or MySQL.

Push variables to the DB and Pull them down as necessary. These systems can be run on your local machine. Local storage is not sufficient for what you are attempting.

solved Creating a account system that runs on every computer js [closed]