Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvarogarcia7/kata-tictactoe-javascript
An offline-first application for playing TicTacToe
https://github.com/alvarogarcia7/kata-tictactoe-javascript
event-sourcing event-store fetch fetch-api frontend frontend-app frontend-web hash-router javascript make makefile no-tdd react store yarn
Last synced: 20 days ago
JSON representation
An offline-first application for playing TicTacToe
- Host: GitHub
- URL: https://github.com/alvarogarcia7/kata-tictactoe-javascript
- Owner: alvarogarcia7
- Created: 2017-05-27T10:00:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T21:36:02.000Z (over 7 years ago)
- Last Synced: 2024-11-12T03:30:06.574Z (3 months ago)
- Topics: event-sourcing, event-store, fetch, fetch-api, frontend, frontend-app, frontend-web, hash-router, javascript, make, makefile, no-tdd, react, store, yarn
- Language: JavaScript
- Homepage: https://alvarogarcia7.github.io/kata-tictactoe-javascript/
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kata tictactoe javascript
An offline-first application for playing TicTacToeFrontend for [this other kata](https://github.com/alvarogarcia7/kata-tictactoe-backend-javascript/)
**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](https://github.com/alvarogarcia7/kata-tictactoe-backend-javascript).
Just deploy that to a heroku (or similar), change the urls in `src/Store.js` and
deploy (`make deploy-gh-pages`)