//////////// Summary /////////
- This application will be able to to simulate a PokeDex Database that will display all Pokemon, with images and a few basic stats about the Pokemon.
- Trainers/User will be able to add and remove Pokemon to a total team of 6 and save that team.
//////////// User Stories /////////
- As a user, I want the ability to sign up/create an account.
- As a user, I want the ability to sign in to the accountr I created.
- As a user, I want the ability to change my password.
- As a user, I want the ability to sign out.
- As a user, I want the ability to create my own team of Pokemon (6).
- As a user, I want the ability to update my team.
- As a user, I want the ability to view all of the pokemon on my team.
- As a user, I want the ability to read more details of an individual pokemon.
- As a user, I want the ability to delete my team.
- As a user, I want the ability to view all the pokemon in the Pokedex.
- As a user, I want the ability to favorite the teams other people have created.
- As a user, I want the ability to read all of the teams I have favorited.
- As a user, I want the ability to remove teams from my favorites.
//////////// ERD Diagram /////////
//////////// API /////////
- Here is the API I am planning to use to gather all of my Pokemon Data
//////////// WireFrames /////////
//Login Page
// Main Menu
// PokeDex Page
// My Team Page




