An open API service indexing awesome lists of open source software.

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

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
![image1](/images/image1.png)
![image2](/images/image2.png)

### 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
```