This is a simple Tic Tac Toe project developed using ReactJS.
- A good and large board to play 🎮;
- Play infinitely 🕹️;
- Awesome confettis to the winner 🥳;
Before you start to code, you'll need to have installed the following
features: Git and Node.
$ git clone git@github.com:lmiguelcolombo/tic-tac-toe-react.git
$ cd tic-tac-toe-react
$ npm install
$ npm start
$ git clone git@github.com:lmiguelcolombo/tic-tac-toe-react.git
$ cd tic-tac-toe-react
$ yarn
$ yarn start
Open your browser and visit https://localhost:3000.