https://github.com/krshrimali/reactjs-sample-tic-tac-toe
From the tutorials
https://github.com/krshrimali/reactjs-sample-tic-tac-toe
Last synced: 7 months ago
JSON representation
From the tutorials
- Host: GitHub
- URL: https://github.com/krshrimali/reactjs-sample-tic-tac-toe
- Owner: krshrimali
- Created: 2022-12-08T11:33:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T13:00:12.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T08:26:13.424Z (7 months ago)
- Language: JavaScript
- Size: 297 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-sample-tic-tac-toe
From the [official tutorial page of ReactJS](https://reactjs.org/tutorial/tutorial.html). Run the following commands to demo:
```bash
npm install
npm start
```