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

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

Awesome Lists containing this project

README

          

# react-tic-tac-toe
[![Build Status](https://travis-ci.org/jackdbd/react-tic-tac-toe.svg?branch=master)](https://travis-ci.org/jackdbd/react-tic-tac-toe) [![codecov](https://codecov.io/gh/jackdbd/react-tic-tac-toe/branch/master/graph/badge.svg)](https://codecov.io/gh/jackdbd/react-tic-tac-toe) [![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](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).