Ecosyste.ms: Awesome
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 typescript
Last synced: about 5 hours ago
JSON representation
tic tac toe game using reactjs,
- Host: GitHub
- URL: https://github.com/yshplsngh/tic-tac-toe
- Owner: yshplsngh
- License: mit
- Created: 2024-03-14T20:45:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T09:22:10.000Z (3 months ago)
- Last Synced: 2024-08-14T10:43:06.926Z (3 months ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage: https://tic-tac-toe-omega-bay.vercel.app
- Size: 491 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)