https://github.com/jackdbd/react-tic-tac-toe
A Tic Tac Toe app built with React and Redux
https://github.com/jackdbd/react-tic-tac-toe
materializecss react redux
Last synced: 5 months ago
JSON representation
A Tic Tac Toe app built with React and Redux
- Host: GitHub
- URL: https://github.com/jackdbd/react-tic-tac-toe
- Owner: jackdbd
- License: mit
- Created: 2018-05-14T08:03:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T02:57:03.000Z (almost 6 years ago)
- Last Synced: 2025-02-02T01:43:37.607Z (over 1 year ago)
- Topics: materializecss, react, redux
- Language: JavaScript
- Homepage: https://jackdbd.github.io/react-tic-tac-toe/
- Size: 1.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-tic-tac-toe
[](https://travis-ci.org/jackdbd/react-tic-tac-toe) [](https://codecov.io/gh/jackdbd/react-tic-tac-toe) [](https://renovateapp.com/)
A Tic Tac Toe app built with:
- React
- Redux
- Materialize CSS
- CSS Flexbox (only for the sticky footer)
- CSS Grid
Clike [here](https://jackdbd.github.io/react-tic-tac-toe) to play!
# Installation
```
git clone git@github.com:jackdbd/react-tic-tac-toe.git
cd react-tic-tac-toe
yarn install
yarn start
```
# Credits
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).