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

https://github.com/ahtohbi4/tic-tac-toe

:heavy_multiplication_x: Tic-tac-toe (React + Redux)
https://github.com/ahtohbi4/tic-tac-toe

bem-methodology game react redux webpack

Last synced: 3 months ago
JSON representation

:heavy_multiplication_x: Tic-tac-toe (React + Redux)

Awesome Lists containing this project

README

          

Tic-Tac-Toe
===========

[![Travis Build Status][travis-img]][travis] [![bitHound Overall Score][bithound-img]][bithound]

[travis-img]: https://travis-ci.org/ahtohbi4/tic-tac-toe.svg?branch=master
[travis]: https://travis-ci.org/ahtohbi4/tic-tac-toe
[bithound-img]: https://www.bithound.io/github/ahtohbi4/tic-tac-toe/badges/score.svg
[bithound]: https://www.bithound.io/github/ahtohbi4/tic-tac-toe

> The Tic-tac-toe game.

#### Architecture
* [GitHub](https://github.com/ahtohbi4/tic-tac-toe) to host repository;
* [BEM methodology](https://en.bem.info/method/) for architecture of app;
* [Webpack](http://webpack.github.io/docs/) to build aplication (html, JSX and CSS).

#### Technologies and libraries
* [React](https://facebook.github.io/react/) for JavaScript modules;
* [Redux](https://github.com/reactjs/redux) for states;
* [Normalize.css](https://necolas.github.io/normalize.css/) as reset CSS;
* [matrix-slicer](https://github.com/ahtohbi4/matrix-slicer) to operation with the Game matrix.

#### Quality
* [Travis CI](https://travis-ci.org/) for automatically validation HTML code;
* [bitHound](https://www.bithound.io/) for analysis JS and JSX code.

Also, see [known issues](https://github.com/ahtohbi4/tic-tac-toe/issues).