Game Project Schema - evelinawahlstrom/game-project-client GitHub Wiki
Welcome to the game-project wiki! https://medium.com/@marcinbaraniecki/tic-tac-toe-game-in-react-and-redux-155beefa09b0
Frontend • create-react-app, add dependencies required (react, redux, react-redux, thunk, superagent etc)
- Components needed: Blank, X, O-symbols, Board, Result
- Actions: adding a symbol, restart the game
- Reducers: Add symbols/Result, start new game
- CSS - styling (https://medium.com/@rossbulat/react-svg-stroke-animation-with-css-explained-c1e8e3d2e206)
- Game logic: tic-tac-toe game
- Superagent, to enable requests on the frontend (?)
Backend
- Stream -backend
- Dependencies: cors, express, sequelize, postgreSQL (image), jwt, bcrypt
- Sequelize-model - the board, the structure of it
- Model (postgreSQL connect to model), table
- Which endpoints should my REST API have?
- Requests, responses
- https://github.com/fmenegossi/express-tic-tac-toe