Leoniebra / PokemonStatQuiz

A small web page for guessing pokemon based on their base Stats
0 stars 0 forks source link

Create a maintainable file structure #2

Closed Leoniebra closed 3 months ago

Leoniebra commented 3 months ago

Currently, most of the logic happens in the main.js file, with the index.php only containing some basic html. I would like to use JS modules to separate js files by functionality, to allow for more complex functionality without the js files growing even more unreadable