https://github.com/humankernel/tic-tac-toe-react
https://github.com/humankernel/tic-tac-toe-react
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/humankernel/tic-tac-toe-react
- Owner: humankernel
- Created: 2023-01-26T01:16:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T01:17:15.000Z (over 3 years ago)
- Last Synced: 2024-08-25T02:33:23.867Z (almost 2 years ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe React Project

[ReactJS - Tutorial Tic-Tac-Toe](https://beta.es.reactjs.org/learn/tutorial-tic-tac-toe#taking-turns)
* Lets you play tic-tac-toe,
* Indicates when a player has won the game,
* Stores a game’s history as a game progresses,
* Allows players to review a game’s history and see previous versions of a game’s board.
## React with Bun runtime
This is a React project bootstrapped with [bun](https://bun.sh/).
## Getting Started
### Cloning the repo
```sh
git clone https://github.com/rivasjoaquin02/tic-tac-toe
```
### Development
First, run the development server.
```
bun dev
```
Open with your browser to see the result.