GabrielMajeri / tictactoe-react

Tic Tac Toe game based on React tutorial, using hooks for state management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe implemented with React

This is an implementation of the clasic Tic Tac Toe game based on the official tutorial.

The major difference is that my implementation uses the newly introduced React Hooks to manage state instead of using class components.

This project was bootstrapped with Create React App.

Running

Make sure you have Node.js and the latest NPM installed.

To install all the required dependencies run

npm install

and then start the development server with

npm start

License

The code in this repo is licensed under the permissive MIT license.

About

Tic Tac Toe game based on React tutorial, using hooks for state management

License:MIT License


Languages

Language:JavaScript 81.9%Language:CSS 9.1%Language:HTML 9.0%