A react app to chat, create game rooms and play a simple dice game. This API requires dice-ui to be working. This project is using shut-up-ui as base project.
These are the steps I followed when working on this app:
- Setting up project
- Adding JoinGame
- Adding player limitation
- Displaying winning number
- Adding throw dice
- Announcing the winner
- User
- name:string
- email:string
- password:string
- gravtar:string
- Message
- text:string
- author:string
- Game
- title:string
- winningNumber:integer
- playerIds:array
- isWinner:boolean
- thrownDice:integer
- winnerName:string
Make sure you have NodeJS and npm installed.
git clone [email protected]:Cesurhan/dice-ui.git
cd dice-ui
npm install
npm start
open https://localhost:3000
For more information about using React and Redux, see these links: