Solutions to additional challenges given in React's "tic tac toe" tutorial. Demo
In addition to tutorial challenges, reset and play again buttons are added. Technically, both are same. Reset button appears all the time but play again shows up only when game is over (i.e. either draw or win/lose).
This project was bootstrapped with Create React App.
Go to the app root directory and run: npm start
It will start the development server. App will open at http://localhost:3000 in the browser. The page will reload if you make edits. You will also see any lint errors in the console.