Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 697 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 697 Bytes

TicTacToe ReactJS

This TicTacToe game is a simple sandbox project for experimenting with React. It's written in TypeScript and includes custom react hooks, context, and state management. An atomic-design approach is used to organize TSX files and minimal CSS is added to each component.

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

  • yarn install: Download and install dependencies.
  • yarn start: Runs the app in the development mode.
  • yarn test: Launches the test runner in the interactive watch.
  • yarn build: Builds the app for production to the build folder.