Tic-Tac-Toe A Tic-Tac-Toe game built with React. See Demo App on Github Pages I used: React Tailwind CSS and CSS Modules React Context API Packages: clsx for constructing className strings conditionally. craco for override CRA configurations. Game Preview: Usage Install dependencies npm install -f Run React dev server (http://localhost:3000) npm start To build for production npm run build