Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)