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

https://github.com/yshplsngh/tic-tac-toe

tic tac toe game using reactjs,
https://github.com/yshplsngh/tic-tac-toe

react tic-tac-toe typescript

Last synced: 3 months ago
JSON representation

tic tac toe game using reactjs,

Awesome Lists containing this project

README

        

# TIC-TAC-TOE

Simple tic-tac-toe game by using React and Typescript

---
## Installation
### Running Locally
Make sure you have [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.

1. Clone or Download the repository

```
$ git clone https://github.com/yshplsngh/tic-tac-toe
$ cd tic-tac-toe
```

2. Install Dependencies

```
$ npm install
```

3. Start the application

```
$ npm run dev
```

Your app should now be running on [localhost:5173](http://localhost:5173/).

# ScreenShot

![Screenshot 2024-03-16 004514.png](src%2Fassets%2FscreenShot%2FScreenshot%202024-03-16%20004514.png)
![Screenshot 2024-03-16 004529.png](src%2Fassets%2FscreenShot%2FScreenshot%202024-03-16%20004529.png)
![Screenshot 2024-03-16 004702.png](src%2Fassets%2FscreenShot%2FScreenshot%202024-03-16%20004702.png)
![Screenshot 2024-03-16 004715.png](src%2Fassets%2FscreenShot%2FScreenshot%202024-03-16%20004715.png)