https://github.com/sridharbandi/tic-tac-toe
React JS Tic Tac Toe with Material UI
https://github.com/sridharbandi/tic-tac-toe
es6 javascript material-ui npm reactjs tictactoe-game
Last synced: 8 months ago
JSON representation
React JS Tic Tac Toe with Material UI
- Host: GitHub
- URL: https://github.com/sridharbandi/tic-tac-toe
- Owner: sridharbandi
- Created: 2018-06-10T19:35:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T21:09:38.000Z (almost 7 years ago)
- Last Synced: 2025-01-14T06:16:18.893Z (9 months ago)
- Topics: es6, javascript, material-ui, npm, reactjs, tictactoe-game
- Language: JavaScript
- Homepage: https://sridharbandi.github.io/tic-tac-toe/
- Size: 735 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Tic-Tac-Toe
***Created by Sridhar Bandi with [create-react-app](https://github.com/facebook/create-react-app)***
Tic Tac Toe implementation in React with [Material UI](https://material-ui.com/)
### [Live Demo](https://sridharbandi.github.io/tic-tac-toe/)
### Screenshots

### To run in Local
Clone or download and issue the below commands in project root directory and open [http://localhost:3000](http://localhost:3000) in browser
```javascript
npm install
npm start
```