Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumeetgodse/tic-tac-toe
A simple TicTacToe application built with React
https://github.com/sumeetgodse/tic-tac-toe
react tic-tac-toe vercel
Last synced: 4 days ago
JSON representation
A simple TicTacToe application built with React
- Host: GitHub
- URL: https://github.com/sumeetgodse/tic-tac-toe
- Owner: sumeetgodse
- Created: 2021-04-28T15:41:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T16:04:41.000Z (about 1 month ago)
- Last Synced: 2024-11-15T16:37:15.925Z (about 1 month ago)
- Topics: react, tic-tac-toe, vercel
- Language: JavaScript
- Homepage: https://react-tictactoe-gold.vercel.app/
- Size: 1.07 MB
- Stars: 2
- Watchers: 2
- 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/