Skip to content

fac-13/HP-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HP-game

The Project outline

Phat and Helen bring you... a game!

  • To Do:
  • Let you submit a username
  • Query the Github API
  • Populate a UI with the user details
  • Have some form of persistent state and interactivity
  • Have integration tests! (and units tests if they're relevant)
  • Try to:
  • Write modular code: one component per file
  • Separate your container logic from presentational components