Skip to content

A cloned remake of the game CODENAMES from https://www.horsepaste.com/, where I loved the logic and style of the web application so I've recreated myself.

License

Notifications You must be signed in to change notification settings

moj124/codeNames

Repository files navigation

CODENAMES

Setup

MacOS

  brew install yarn
  yarn
  yarn start

Linux

  curl -o- -L https://yarnpkg.com/install.sh | bash 
  yarn
  yarn start

Windows

  npm install --global yarn
  yarn
  yarn start

Design

Figma-logo Click the image if you want to view the figma design.

Database

Motivation

Was captivated by the simiplicity of the game CODENAMES during lockdown, fully enjoyed the game and believe it serves as a great stepping stone to produce quality REACT code using multiple REACT hooks. Also a lovely game to play with a group!

Issues

  • Website requires responsive design for different viewports.
  • Turn management conflicts with the backend API storage.

About

A cloned remake of the game CODENAMES from https://www.horsepaste.com/, where I loved the logic and style of the web application so I've recreated myself.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published