A lot of progress has been made on this project!
When I first started sketching out how I wanted this site to work I couldn't wrap my head around any of it.
But now the only super taxing thing I can think of is going to be entering all the data for the pokemon!
I've finally managed to have a concept on how the back end database tables will interact with each other! Here's a little schema:
Bear in mind that's not the entire thing yet! There are still tons of Tables to add regarding pokemon moves, evolution, trainers, items, achievements, and probably other stuff I'm forgetting right now!
Not to mention, I have to update tables with extra columns once I get the core functionality to work - just cool additions so I can display data in cooler ways (countries with the most pokemon, most hatched pokemon, etc). But at the moment, the only data in the database is a lonely bulbasaur! So sad :(
By accident, I've also got the important user information encrypted in another database - for security (visual studios kinda did that for me thank goodness).
But since I'm working on core functionality before adding styling to it - I only have two pretty pages to share!
The main page is going to need heavy revamping - so I'm working on the PC and Pokemon pages at the moment! Lots of fun!