Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 852 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 852 Bytes

VP-react-game: Github Tamagotchi

A single-page web app built to learn React.js

Take care of your tamagotchi here: https://zen-bhabha-140bfb.netlify.com/

Instructions

Enter the username of your favorite Github contributor on the screen to load up the Tamagotchi.

Once loaded, your Github Tamagotchi will start to loose motivation to keep coding, unless you give them more motiviation via the buttons.

Technology

  • React.js
  • JSX
  • Parcel for script bundling
  • Jest for testing
  • Github API

Goals

  • learn React.js & JSX
  • learn testing with Jest (Integration tests pending...)
  • Practice writing modular code and JS classes

Stretch Goals

  • Use localstorage to save the sate so your Tamagotchi is always there waiting for you.
  • Responsive design -> Mobile ready
  • Add multiple Tamagotchi to look after.