Tic Tac Toe Game implemented in React with TDD
Tic Tac Toe Game in React following TDD, Go Through Every Commit to understand

Tic Tac Toe in React

Problem Statement For Kata

This is Kata solution to try TDD for creating Tic Tac Toe Game

Selected Stack

  • - React
  • - Typescript
  • - Jest
  • - React Testing Library

Understanding Solution

  • - The Problem was solved using TDD and with the approach of just enough design at each stage
  • - Go through Each commit One by one to understand how first failing tests were written
  • - Each commit is one step of Red-Green-Refactor step