Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reshnivisionx/simple_tic-tac-toe-game---react-js
This is a simple tic tac toe game developed using react js
https://github.com/reshnivisionx/simple_tic-tac-toe-game---react-js
javascript reactjs
Last synced: 8 days ago
JSON representation
This is a simple tic tac toe game developed using react js
- Host: GitHub
- URL: https://github.com/reshnivisionx/simple_tic-tac-toe-game---react-js
- Owner: reshniVisionX
- Created: 2023-10-24T06:16:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T16:32:13.000Z (8 months ago)
- Last Synced: 2024-03-25T18:38:57.763Z (8 months ago)
- Topics: javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Tic-Tac-Toe Game - React.js
This is a simple Tic-Tac-Toe game built using React.js.
## Installation
To install the necessary dependencies, run the following commands:
```bash
npm install
npm install --save-dev @testing-library/jest-dom@^5.17.0
npm install --save-dev @testing-library/react@^13.4.0
npm install --save-dev @testing-library/user-event@^13.5.0
npm install --save react@^18.2.0
npm install --save react-dom@^18.2.0
npm install --save [email protected]
npm install --save web-vitals@^2.1.4
```# To run the app use the below command
>npm start
![Screenshot 2023-10-24 125346](https://github.com/reshniVisionX/Simple_tic-tac-toe-Game---React-js/assets/138602610/0b2beb15-6ef5-413f-9ec7-b474d7795af5)