{"id":19012004,"url":"https://github.com/veoscript/venus-dorm-budget","last_synced_at":"2026-04-07T09:31:15.616Z","repository":{"id":192206232,"uuid":"686255707","full_name":"VeoScript/venus-dorm-budget","owner":"VeoScript","description":"Venus dorm budget android app. This app is for treasurer of Venus Dorm. It can manage cash in and add expenses in offline out-of-the-box.","archived":false,"fork":false,"pushed_at":"2023-11-30T09:12:15.000Z","size":1891,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-01T21:47:18.509Z","etag":null,"topics":["convex","offline-first","react-native","tailwind","zustand"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VeoScript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-09-02T07:20:53.000Z","updated_at":"2023-09-13T12:25:35.000Z","dependencies_parsed_at":"2023-09-03T11:11:16.174Z","dependency_job_id":"5189a47d-ec3c-4562-a1c8-210d7ad3e654","html_url":"https://github.com/VeoScript/venus-dorm-budget","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"b7512f83d664e9f442f365a8ca052c7a58fc91c1"},"previous_names":["veoscript/venus-dorm-budget"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeoScript%2Fvenus-dorm-budget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeoScript%2Fvenus-dorm-budget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeoScript%2Fvenus-dorm-budget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeoScript%2Fvenus-dorm-budget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VeoScript","download_url":"https://codeload.github.com/VeoScript/venus-dorm-budget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240043312,"owners_count":19739066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["convex","offline-first","react-native","tailwind","zustand"],"created_at":"2024-11-08T19:16:25.502Z","updated_at":"2025-12-30T21:46:35.372Z","avatar_url":"https://github.com/VeoScript.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About App\n\nThis app is for treasurer of Venus Dorm. It can manage cash in and add expenses in offline out-of-the-box.\n\n# Screenshots\n\n![image](https://github.com/VeoScript/venus-dorm-budget/assets/26340308/7628de05-d736-453c-a45a-3797fa60e5b4)\n\n![image](https://github.com/VeoScript/venus-dorm-budget/assets/26340308/bc736eaa-43b6-4cd0-8b24-cc8813a0384d)\n\n![image](https://github.com/VeoScript/venus-dorm-budget/assets/26340308/70b49441-881e-4999-81b2-9a682f5b0eb7)\n\n![image](https://github.com/VeoScript/venus-dorm-budget/assets/26340308/e5024596-545b-4242-8320-590e2114eb76)\n\nThis is a new [**React Native**](https://reactnative.dev) project, bootstrapped using [`@react-native-community/cli`](https://github.com/react-native-community/cli).\n\n# Getting Started\n\n\u003e**Note**: Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/environment-setup) instructions till \"Creating a new application\" step, before proceeding.\n\n## Step 1: Start the Metro Server\n\nFirst, you will need to start **Metro**, the JavaScript _bundler_ that ships _with_ React Native.\n\nTo start Metro, run the following command from the _root_ of your React Native project:\n\n```bash\n# using npm\nnpm start\n\n# OR using Yarn\nyarn start\n```\n\n## Step 2: Start your Application\n\nLet Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:\n\n### For Android\n\n```bash\n# using npm\nnpm run android\n\n# OR using Yarn\nyarn android\n```\n\n### For iOS\n\n```bash\n# using npm\nnpm run ios\n\n# OR using Yarn\nyarn ios\n```\n\nIf everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.\n\nThis is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.\n\n## Step 3: Modifying your App\n\nNow that you have successfully run the app, let's modify it.\n\n1. Open `App.tsx` in your text editor of choice and edit some lines.\n2. For **Android**: Press the \u003ckbd\u003eR\u003c/kbd\u003e key twice or select **\"Reload\"** from the **Developer Menu** (\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on Window and Linux) or \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on macOS)) to see your changes!\n\n   For **iOS**: Hit \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eR\u003c/kbd\u003e in your iOS Simulator to reload the app and see your changes!\n\n## Congratulations! :tada:\n\nYou've successfully run and modified your React Native App. :partying_face:\n\n### Now what?\n\n- If you want to add this new React Native code to an existing application, check out the [Integration guide](https://reactnative.dev/docs/integration-with-existing-apps).\n- If you're curious to learn more about React Native, check out the [Introduction to React Native](https://reactnative.dev/docs/getting-started).\n\n# Troubleshooting\n\nIf you can't get this to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.\n\n# Learn More\n\nTo learn more about React Native, take a look at the following resources:\n\n- [React Native Website](https://reactnative.dev) - learn more about React Native.\n- [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.\n- [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.\n- [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.\n- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveoscript%2Fvenus-dorm-budget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveoscript%2Fvenus-dorm-budget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveoscript%2Fvenus-dorm-budget/lists"}