Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

react typescript

Last synced: about 5 hours 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)