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,
- Host: GitHub
- URL: https://github.com/yshplsngh/tic-tac-toe
- Owner: yshplsngh
- License: mit
- Created: 2024-03-14T20:45:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T09:22:10.000Z (10 months ago)
- Last Synced: 2024-12-31T15:35:14.918Z (5 months ago)
- Topics: react, tic-tac-toe, 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



