Skip to content

paxti/time-to-coup-app

Repository files navigation

header image

tested with jest Codacy Badge

Time to Coup App

React-Native app to track history of Coup G54 games.

ESLint rules

Notible rules

  • "no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]

Prettier rules

{
  "printWidth": 80,
  "singleQuote": true
}

Install & Run

You can use npm or yarn, but i would suggest yarn 😉. To run app use react-native run-android and react-native run-ios

Assets

All graphics assets should be in ./img at this point they are NOT a part of this repository, so you would have to add them manually. Please take a look at ./data/helper.js to find a list of all used graphical assets.

TODO

  • Show all the cards ✅
  • Show set of cards for the current game
  • Record/display historical data
  • Create curated set of the cards
  • Rate set of cards
  • Record initial pair of cards
  • Record results of the game
  • Show scoreboard/statistics
  • Ability to change groups

📄 License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published