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)
- Host: GitHub
- URL: https://github.com/ahtohbi4/tic-tac-toe
- Owner: ahtohbi4
- Created: 2015-10-30T19:14:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T16:49:11.000Z (over 8 years ago)
- Last Synced: 2025-03-28T02:49:40.277Z (7 months ago)
- Topics: bem-methodology, game, react, redux, webpack
- Language: JavaScript
- Homepage: https://ahtohbi4.github.io/tic-tac-toe/build/
- Size: 2.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).