To further organize the code-base, code regarding specific pages should be moved into the ./pages directory, similar to how all of the code regarding the Pokemon Center lies in the ./pages/pokemon_center directory.
Doing this would also benefit from some refactoring of the code for each page that would be moved to the ./pages directory, where the new code would be organized as such:
Description
To further organize the code-base, code regarding specific pages should be moved into the
./pages
directory, similar to how all of the code regarding the Pokemon Center lies in the./pages/pokemon_center
directory.Doing this would also benefit from some refactoring of the code for each page that would be moved to the
./pages
directory, where the new code would be organized as such:Pages To Move And Refactor