For the variables, we’ll just store them on the windows locale storage and clear them once we have a winner. If the variable is set to null, it would be because the user decided to go straight to an arena link, we can send them back to the main screen. If the variables are stored on the window, then we’ll easily be able to connect these variables through different files.
Not really. You know how in repl, you have different files in one repl. Every file is a subdomain. For example, if your repl domain is www.example.repl.co, and you have two files, one named, FileOne, and another named, FileTwo, you can open file one by typing, www.example.repl.co/FileOne, and you can open the second file by typing, www.example.repl.co/FileTwo to open that file, and the original www.example.repl.co domain should run the index html. This way, all files are going to be in one area.
Also, we won’t have to use repl for the domain, we might be able to look for an online domain like www.ForumFighters.com or any other domain that isn’t taken. But that is going to be a difficult step.