Solution to the React Tic-Tac-Toe tutorial with the suggested improvements implemented. The project has also been rewritten to TypeScript from JavaScript.
The aim of this project was to introduce myself to React and TypeScript.
Make sure you have npm and yarn installed.
To run for development:
yarn startThen access http://localhost:3000/.