🛄 Tech stack: tdd - react -redux - html - css - sketch
A word guesing game application with React/Redux. A user then makes several attempts at guessing this random generated word correclty.
Repository: [game-server-repo] used to serve the random word.
Tests found under /src (**/*.test.js)
- To clone/download see
green button
above. - Install dependencies
- Terminal:
• Open in browser:npm start
• Run tests: open a new tabctrl tab
and typenpm run test
• SeePackage.json scripts
for other useful commands
mckup1
- Get remaining tests passing
- Wire up current app state
The end 💯