Mobile Application Scaffold (Issue #12) #13

Merged
djwesty merged 2 commits from djwesty/12 into main 2025-02-07 23:59:10 -08:00
djwesty commented 2025-02-07 20:38:10 -08:00 (Migrated from github.com)

These changes address issue 12.

Added here is the mobile application scaffold, with no actual function features. This was generated with npx create-expo-app@latest

I've also added some prettier and eslint configs to help us develop with consistent style and code cleanliness. You should install these VSCode plugins, as now linked in the README.md

package-lock.json is also commited, as is usually advised. This file is generated however, and need not be manually reviewed

These changes address [issue 12](https://github.com/djwesty/poker-chips-helper/issues/12). Added here is the mobile application scaffold, with no actual function features. This was generated with `npx create-expo-app@latest` I've also added some prettier and eslint configs to help us develop with consistent style and code cleanliness. You should install these VSCode plugins, as now linked in the `README.md` `package-lock.json` is also commited, [as is usually advised](https://codefinity.com/blog/Should-I-Commit-package-lock.json). This file is generated however, and need not be manually reviewed
MantashaNoyela (Migrated from github.com) reviewed 2025-02-07 20:38:10 -08:00
Vutukuri15 (Migrated from github.com) reviewed 2025-02-07 22:41:36 -08:00
Vutukuri15 (Migrated from github.com) left a comment

Great work on setting up the project structure! It looks solid for the next steps.

Great work on setting up the project structure! It looks solid for the next steps.
Vutukuri15 (Migrated from github.com) commented 2025-02-07 22:33:37 -08:00

Useful information about Prettier and ESLint. I’ll make sure to install these plugins as mentioned.

Useful information about Prettier and ESLint. I’ll make sure to install these plugins as mentioned.
Vutukuri15 (Migrated from github.com) commented 2025-02-07 22:33:49 -08:00

This file gives a good starting point for the app's main screen.

This file gives a good starting point for the app's main screen.
djwesty commented 2025-02-07 23:27:34 -08:00 (Migrated from github.com)

Thank you for the feedback.
@Vutukuri15 you can approve the PR when you are ready, then I can merge

Thank you for the feedback. @Vutukuri15 you can approve the PR when you are ready, then I can merge
Vutukuri15 (Migrated from github.com) approved these changes 2025-02-07 23:29:28 -08:00
Sign in to join this conversation.
No description provided.