An open API service indexing awesome lists of open source software.

https://github.com/hotslab/tictactoe

Tic-Tac-Toe example built with simple React Hooks
https://github.com/hotslab/tictactoe

Last synced: 12 months ago
JSON representation

Tic-Tac-Toe example built with simple React Hooks

Awesome Lists containing this project

README

          

# Simple React Tic-Tac-Toe Game

- A simple **Tic-Tac-Toe** game built using simple React Hooks
- Prerequisites
1. Latest NodeJs
2. Git
2. Command line interface tool

### Installation

- To install and start, just follow the instructions below in your command line interface:

```
git clone git@github.com:hotslab/tictactoe.git

cd tictactoe/

npm install

npm run start
```