Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 625 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 625 Bytes

ttt-react-js

Interactive TicTacToe on React.js!! My first React project and I don't have the discipline to sift through documentation so here I am just experimenting the true Cal Poly #learnbydoing way! Jeffrey would be so proud T-T

play the game here: https://codepen.io/ameru/pen/JjjKabe

Tech Stack

  • HTML
  • CSS
  • JavaScript (Babel)

Fun things I learned while making this:

  • passing data through props
  • making an interactive component
  • lifting state up
  • immutability
  • function components
  • taking turns and declaring a winner
  • implementing TIME TRAVEL
  • storing and viewing history of moves
  • picking a key