Skip to content

alvarogarcia7/kata-tictactoe-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kata tictactoe javascript

An offline-first application for playing TicTacToe

Frontend for this other kata

This app is not ready for production. Use it at your own risk

Technical details

Playing with React, a hand-made Redux store, using some concepts of the Flux architecture.

Practicing Event Sourcing in javascript

FAQ

The backend is down

This application requires a backend to store the movements on the board.

There is a simple service to respond to these requests, the tictactoe-backend. Just deploy that to a heroku (or similar), change the urls in src/Store.js and deploy (make deploy-gh-pages)