/HP-game

2 mini games made using JSX and React

Primary LanguageJavaScript

HP-game

Game Link - Note, the game is currently designed for mobile and does not appear properly on desktop!

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