feat(curriculum): add lab-tic-tac-toe (#59439)

Co-authored-by: Naomi <accounts+github@nhcarrigan.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
Shaun Hamilton
2025-04-18 21:08:07 +02:00
committed by GitHub
parent 4b3f04f12f
commit 62ef8f6033
5 changed files with 580 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
---
title: Introduction to the Build a Tic-Tac-Toe Game
block: lab-tic-tac-toe
superBlock: full-stack-developer
---
## Introduction to the Build a Tic-Tac-Toe Game
In this lab, you'll build a Tic-Tac-Toe game using React. You'll practice managing state, handling user interactions, and updating the UI dynamically.