Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 785 Bytes

File metadata and controls

20 lines (19 loc) · 785 Bytes

TicTacToe in React!

Project completed following the following course: React - The Complete Guide 2024 (incl. React Router & Redux)


Created a webpage that displays a game of TicTacToe where users can interact, play, win and reset the game.

Following concepts are in this project:

  • Custom Components
  • Inputting & Outputting Dynamic Values & Attributes
  • Event Handling
  • Passing Functions as Values to Props
  • States & Hooks
  • Rendering Content Conditionally
  • Dyanmic Styling
  • Fragments
  • Forwarding Props
  • Deriving State Across Props
  • Lifting State Up
  • Immutability