A mobile application to assist a poker host with determining the denominations and distributions of poker chips.
Go to file
2025-02-10 19:46:27 -08:00
.github/ISSUE_TEMPLATE Update issue templates 2025-01-28 15:45:29 -08:00
.vscode add eslint + prettier configs; update README 2025-02-07 20:27:03 -08:00
app initial working feature 2025-02-10 19:46:27 -08:00
assets setup basic scaffolding 2025-02-07 20:16:55 -08:00
components initial working feature 2025-02-10 19:46:27 -08:00
docs add project structure doc 2025-01-28 22:40:13 -08:00
.eslintrc.json add eslint + prettier configs; update README 2025-02-07 20:27:03 -08:00
.gitignore setup basic scaffolding 2025-02-07 20:16:55 -08:00
.prettierrc add eslint + prettier configs; update README 2025-02-07 20:27:03 -08:00
app.json setup basic scaffolding 2025-02-07 20:16:55 -08:00
LICENSE Initial commit 2025-01-20 11:06:33 -08:00
package-lock.json Created a Player Selector component; Added index; Added tests 2025-02-09 13:53:12 -08:00
package.json Created a Player Selector component; Added index; Added tests 2025-02-09 13:53:12 -08:00
README.md add eslint + prettier configs; update README 2025-02-07 20:27:03 -08:00
tsconfig.json setup basic scaffolding 2025-02-07 20:16:55 -08:00

Poker Chips Helper

A mobile application to assist a poker host with determining the denominations and distributions of poker chips.

This applications uses the React Native + Expo framework and by extension is primarily implemented in typescript. These frameworks were chosen for their solid reputation, and ability to easily compile to both major platforms (iOS + Android) with a single code base. Typescript is the default language for new projects with these frameworks, but is also preferred over the javascript alternative as strong typings are very helpful to the developer experience.

Team Members

  • David Westgate
  • Lakshmi Vyshnavi Vutukuri
  • Mantasha Noyela

Building, Running, and Developer Resources

This is an Expo project created with create-expo-app.

VSCode plugins

Get started

  1. Install dependencies

    npm install
    
  2. Start the app

     npx expo start
    

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Learn more

To learn more about developing your project with Expo, look at the following resources: