Skip to content

gbote/Pokemon-Theme-Team

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon-Theme-Team

Recreated my Pokemon Theme-Team application using Django.

Specifications

  • Created a django project and app.
  • When a user visits the home page, Django should send a request to the pokemon api using the python requests library to request a random pokemon, then request 5 more pokemon that share a type with the random one.
  • Rendered an HTML template that includes images of all 6 pokemon.
  • Did not use any client-side JavaScript.
  • Allowed the user to optionally specify the first pokemon, instead of choosing it at random, by passing in its ID number in the query string.

Resources

requests Pretty Print

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published