{"id":22612311,"url":"https://github.com/utsavdotpro/others-pe","last_synced_at":"2026-04-11T01:47:11.332Z","repository":{"id":182865039,"uuid":"641451932","full_name":"utsavdotpro/others-pe","owner":"utsavdotpro","description":"Stuck? Let others pay!","archived":false,"fork":false,"pushed_at":"2023-07-21T16:26:40.000Z","size":851,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-03T10:12:10.003Z","etag":null,"topics":["capacitor","ionic","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://others-pe.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utsavdotpro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-05-16T13:51:23.000Z","updated_at":"2023-10-06T07:25:20.000Z","dependencies_parsed_at":"2023-07-21T22:58:30.313Z","dependency_job_id":null,"html_url":"https://github.com/utsavdotpro/others-pe","commit_stats":null,"previous_names":["utsavdotpro/others-pe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2Fothers-pe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2Fothers-pe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2Fothers-pe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2Fothers-pe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utsavdotpro","download_url":"https://codeload.github.com/utsavdotpro/others-pe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246117690,"owners_count":20726068,"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":["capacitor","ionic","tailwindcss","vite"],"created_at":"2024-12-08T17:12:16.022Z","updated_at":"2026-04-11T01:47:06.300Z","avatar_url":"https://github.com/utsavdotpro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Incomplete-FFB481?style=for-the-badge)\u0026nbsp;\n![](https://img.shields.io/badge/Inactive-DBC51B?style=for-the-badge)\n\n# OthersPe\n\nA cross-platform app built with an idea to share UPI requests with others as a payment link. How to use?\n\n- Use the app to scan any UPI QR code\n- Enter the amount and note (optional)\n- Hit the share button to share on any social media\n\n### Design\n\nSee on [Figma](https://www.figma.com/file/r6tQdHNKlRcLAZfNfZNmOH/OthersPe?type=design\u0026node-id=70%3A1092\u0026mode=design\u0026t=x8NJVBwJENHJfUyF-1)\n\n![](./sample/design.jpg)\n\n### Technologies\n\n[![](https://img.shields.io/badge/Ionic-v7-176bff?style=for-the-badge\u0026logo=ionic)](https://ionicframework.com/)\n[![](https://img.shields.io/badge/Capacitor-v5-119eff?style=for-the-badge\u0026logo=capacitor)](https://capacitorjs.com/)\n[![](https://img.shields.io/badge/React-v18-149eca?style=for-the-badge\u0026logo=react)](https://react.dev/)\n[![](https://img.shields.io/badge/Tailwind-v3-38bdf8?style=for-the-badge\u0026logo=tailwindcss)](https://tailwindcss.com)\n[![](https://img.shields.io/badge/TypeScript-v4-3178c6?style=for-the-badge\u0026logo=typescript)](https://typescriptlang.org)\n[![](https://img.shields.io/badge/Vite-v4-646cff?style=for-the-badge\u0026logo=vite)](https://vitejs.dev/)\n\n---\n\n## Getting started\n\nPrepare development environment\n```bash\nyarn install\nyarn sync # sync the assets with native projects\n```\n\n### Working with Web\n\n````bash\nyarn start # start the development server\nyarn build # generate the production build\n````\n\n### Working with iOS\n```bash\nyarn ios # start the project in simulator\nyarn build:ios # generate the production build \u0026 open in Xcode\n```\n\n### Working with Android\n```bash\nyarn android # start the project in emulator\nyarn build:android # generate the production build \u0026 open in Android Studio\n```\n\n## Project Structure\n```\n|-- android                   ℹ️ generated android project\n|-- ios                       ℹ️ generated ios project\n|-- public                    ℹ️ keep your static resource files\n|-- src\n|   |-- common\n|   |   |-- components\n|   |   |   |-- elements      ℹ️ keep your state-less components\n|   |   |   |                 ℹ️ keep your state-full components\n|   |   |-- hoc\n|   |   |-- hooks\n|   |   |-- layouts\n|   |   |-- sections          ℹ️ keep your common sections\n|   |-- core\n|   |   |-- config            ℹ️ keep your configuration files\n|   |   |-- constants\n|   |   |-- types\n|   |   |-- utils\n|   |-- lib\n|   |-- modules\n|   |-- pages\n|   |-- theme\n```\n\n## How to's\n\n### Update App Logo\n\n\u003e https://github.com/ionic-team/capacitor-assets#usage\n\n- Create following three variants of the logo in the `resources/`\n  - icon-foreground.png\n  - icon-background.png\n  - icon-only.png - actual logo with background\n- Run the following command:\n  ```bash\n  npx @capacitor/assets generate\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futsavdotpro%2Fothers-pe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futsavdotpro%2Fothers-pe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futsavdotpro%2Fothers-pe/lists"}