PokeDataDex

PokeDataDex
JavaScript

JavaScript

PHP

PHP

MySQL

MySQL

Nov 2023 - Dec 2023

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

Development + Implementation


As previously mentioned, this project was created as part of CPSC 304, and was set out to be a crud app.

schema

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.

Images

demo0
demo1
demo2
demo3