https://github.com/mehmetbozkir/react_tic-tac-toe-game
Tic Tac Toe Game | React.js
https://github.com/mehmetbozkir/react_tic-tac-toe-game
javascript-game javascript-library react reactgame reactjs tictactoe web webgame
Last synced: 7 months ago
JSON representation
Tic Tac Toe Game | React.js
- Host: GitHub
- URL: https://github.com/mehmetbozkir/react_tic-tac-toe-game
- Owner: MehmetBozkir
- Created: 2024-01-25T07:22:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T07:51:30.000Z (over 1 year ago)
- Last Synced: 2024-10-12T12:43:26.351Z (12 months ago)
- Topics: javascript-game, javascript-library, react, reactgame, reactjs, tictactoe, web, webgame
- Language: JavaScript
- Homepage: https://react-test-game.netlify.app/
- Size: 49.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# React_Tic-Tac-Toe-Game
First game attempt with Reactjs.
:wrench: Features
-------------------A working model that combines Reactjs, css and html.
## :book: How to use
To clone and run this application, you'll need [Git](https://git-scm.com/downloads) and [ReactJS](https://reactjs.org/docs/getting-started.html) installed on your computer. From your command line:```
# Clone this repository
$ git clone https://github.com/MehmetBozkir/React_Tic-Tac-Toe-Game.git# Go into the repository
$ cd app# Install dependencies
$ npm install# Run the app
$ npm start
```
## :link: Demo
- Click Here to see and play by yourself a demo of the game.
# :zap: React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh