https://github.com/sumeetgodse/tic-tac-toe
A TicTacToe application built with React
https://github.com/sumeetgodse/tic-tac-toe
react tic-tac-toe vercel
Last synced: 5 months ago
JSON representation
A TicTacToe application built with React
- Host: GitHub
- URL: https://github.com/sumeetgodse/tic-tac-toe
- Owner: sumeetgodse
- Created: 2021-04-28T15:41:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T16:04:41.000Z (over 1 year ago)
- Last Synced: 2025-07-14T17:43:13.169Z (12 months ago)
- Topics: react, tic-tac-toe, vercel
- Language: JavaScript
- Homepage: https://react-tictactoe-gold.vercel.app/
- Size: 1.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tic-Tac-Toe
### This is a simple tic-tac-toe application built using react.
### Run locally -
- Clone this repo
- Run `yarn install`
- Run `yarn start`
#### App should now be running on `http://localhost:3000/`
#### Visit live app - https://react-tictactoe-gold.vercel.app/