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
- Host: GitHub
- URL: https://github.com/hotslab/tictactoe
- Owner: hotslab
- Created: 2023-09-01T14:31:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T14:58:17.000Z (almost 3 years ago)
- Last Synced: 2025-03-03T09:42:05.217Z (over 1 year ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```