Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 540 Bytes

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