
PokeDataDex

PokeDataDex is a Pokemon Go journal that aims to allow players to keep track of their activities and interactions with both in-game and outside of game elements. Our database models different in-game aspects that players may want to keep track of, in addition to actions that players may do in-game. As such, players can keep track of what they have accomplished within the game, as well as compare with other players. Created as part of CPSC 304
Page Navigation
Development + Implementation
As previously mentioned, this project was created as part of CPSC 304, and was set out to be a crud app.
The bulk of the work came with designing and normalizing the database that we were going to create. We decided to keep it minimal, and only capture the most relevant portions of the game. It is noted that some relationships don't exist in the game either, but were created in order to meet complexity requirements. An ER diagram of the schema can be seen below.

The implementation was done with an Oracle SQL database, that is interfaced using a PHP Apache server, with all other front end elements being created with vanilla HTML, CSS, and JavaScript