{"id":16211705,"url":"https://github.com/laurabeatris/bill-splitting","last_synced_at":"2025-03-19T09:30:48.123Z","repository":{"id":38863960,"uuid":"280744831","full_name":"LauraBeatris/bill-splitting","owner":"LauraBeatris","description":"Concept of a bill splitting app - Built with React Native, Ant-Design, and Styled Components ","archived":false,"fork":false,"pushed_at":"2023-03-05T06:36:32.000Z","size":13474,"stargazers_count":32,"open_issues_count":10,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T17:46:42.020Z","etag":null,"topics":["android","ant-design","ios","react","react-native","styled-components"],"latest_commit_sha":null,"homepage":"","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/LauraBeatris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2020-07-18T21:46:37.000Z","updated_at":"2025-02-09T16:50:49.000Z","dependencies_parsed_at":"2023-02-15T01:45:45.229Z","dependency_job_id":"2c17b9fd-d1ab-45ba-ba7f-ef7b45effba5","html_url":"https://github.com/LauraBeatris/bill-splitting","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fbill-splitting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fbill-splitting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fbill-splitting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fbill-splitting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LauraBeatris","download_url":"https://codeload.github.com/LauraBeatris/bill-splitting/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982141,"owners_count":20378605,"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":["android","ant-design","ios","react","react-native","styled-components"],"created_at":"2024-10-10T10:49:00.589Z","updated_at":"2025-03-19T09:30:44.623Z","avatar_url":"https://github.com/LauraBeatris.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\n   \u003cimg src=\".github/logo.png\" width=\"150\"/\u003e\n\u003c/p\u003e\n\n# Bill Splitting\n\n[![Author](https://img.shields.io/badge/author-LauraBeatris-F2C702?style=flat-square)](https://github.com/LauraBeatris)\n[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/bill-splitting?color=%23F2C702\u0026style=flat-square)](#)\n[![Stars](https://img.shields.io/github/stars/LauraBeatris/bill-splitting?color=F2C702\u0026style=flat-square)](https://github.com/LauraBeatris/bill-splitting/stargazers)\n[![Forks](https://img.shields.io/github/forks/LauraBeatris/bill-splitting?color=%23F2C702\u0026style=flat-square)](https://github.com/LauraBeatris/bill-splitting/network/members)\n[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/bill-splitting?color=F2C702\u0026style=flat-square)](https://github.com/LauraBeatris/bill-splitting/graphs/contributors)\n\n\u003e Split a bill with a group of users\n\nSpecial thanks to [Andrea Hock](https://dribbble.com/andreahock) who created this [amazing layout](https://dribbble.com/shots/12035522--Bill-Splitting-App) and gave me the permission to develop it. 💛\n\n---\n\n# :pushpin: Table of Contents\n\n* [Features](#rocket-features)\n* [Installation](#construction_worker-installation)\n* [Getting Started](#runner-getting-started)\n* [FAQ](#postbox-faq)\n* [Found a bug? Missing a specific feature?](#bug-issues)\n* [Contributing](#tada-contributing)\n* [License](#closed_book-license)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/splitting.gif\" alt=\"Whats-App-Image-2020-01-01-at-15-34-08\" border=\"0\"  height=\"500\" \u003e\n  \u003cimg src=\".github/open-popup.gif\" alt=\"Whats-App-Image-2020-01-01-at-15-38-09\" border=\"0\" height=\"500\"\u003e\n  \u003cimg src=\".github/swipe-popup.gif\" alt=\"Whats-App-Image-2020-01-01-at-15-38-09\" border=\"0\" height=\"500\"\u003e\n\u003c/p\u003e\n\n# :construction_worker: Installation\n\n**You need to install [Node.js](https://nodejs.org/en/download/), [Yarn](https://yarnpkg.com/), [Android SDK](https://medium.com/surabayadev/setting-up-react-native-android-without-android-studio-35a496e1dfa3) first and then, in order to clone the project via HTTPS, run this command:**\n\n```git clone https://github.com/LauraBeatris/bill-splitting.git```\n\nSSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:\n\n```git clone git@github.com:LauraBeatris/bill-splitting.git```\n\n**Install dependencies**\n\n```yarn install```\n\n**Install IOS native dependencies**\n\n```cd ios \u0026\u0026 pod install```\n\n# :runner: Getting Started\n\nRun the following command in order to start the application in a development environment:\n\n```\n  // Install the application in a Android device\n  yarn react-native run-android\n\n  // Install the application in a IOS device\n  yarn react-native run-android\n```\n\nAfter the build process, the metro bundler will start the app automatically but\nin case you already have the app built, just run the following command to start it:\n\n```\nyarn start\n```\n\n# :postbox: Faq\n\n**Question:** What are the tecnologies used in this project?\n\n**Answer:** The tecnologies used in this project are [React Native](https://reactnative.dev/), [Styled Components](https://styled-components.com/) and [Ant Design](https://rn.mobile.ant.design/docs/react/introduce)\n\n# :bug: Issues\n\nFeel free to **file a new issue** with a respective title and description on the the [Bill Splitting](https://github.com/LauraBeatris/bill-splitting/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/LauraBeatris/bill-splitting/blob/master/CONTRIBUTING.md) to find out about the coding standards.\n\n# :tada: Contributing\n\nCheck out the [contributing](https://github.com/LauraBeatris/bill-splitting/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.\n\n# :closed_book: License\n\nReleased in 2019.\nThis project is under the [MIT license](https://github.com/LauraBeatris/bill-splitting/master/LICENSE).\n\nMade with love by [Laura Beatris](https://github.com/LauraBeatris) 💜🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurabeatris%2Fbill-splitting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaurabeatris%2Fbill-splitting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurabeatris%2Fbill-splitting/lists"}