bill-splitting icon indicating copy to clipboard operation
bill-splitting copied to clipboard

Concept of a bill splitting app - Built with React Native, Ant-Design, and Styled Components

Bill Splitting

Author Languages Stars Forks Contributors

Split a bill with a group of users

Special thanks to Andrea Hock who created this amazing layout and gave me the permission to develop it. 💛


:pushpin: Table of Contents

  • Features
  • Installation
  • Getting Started
  • FAQ
  • Found a bug? Missing a specific feature?
  • Contributing
  • License

Whats-App-Image-2020-01-01-at-15-34-08 Whats-App-Image-2020-01-01-at-15-38-09 Whats-App-Image-2020-01-01-at-15-38-09

:construction_worker: Installation

You need to install Node.js, Yarn, Android SDK first and then, in order to clone the project via HTTPS, run this command:

git clone https://github.com/LauraBeatris/bill-splitting.git

SSH 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:

git clone [email protected]:LauraBeatris/bill-splitting.git

Install dependencies

yarn install

Install IOS native dependencies

cd ios && pod install

:runner: Getting Started

Run the following command in order to start the application in a development environment:

  // Install the application in a Android device
  yarn react-native run-android

  // Install the application in a IOS device
  yarn react-native run-android

After the build process, the metro bundler will start the app automatically but in case you already have the app built, just run the following command to start it:

yarn start

:postbox: Faq

Question: What are the tecnologies used in this project?

Answer: The tecnologies used in this project are React Native, Styled Components and Ant Design

:bug: Issues

Feel free to file a new issue with a respective title and description on the the Bill Splitting 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 to find out about the coding standards.

:tada: Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

:closed_book: License

Released in 2019. This project is under the MIT license.

Made with love by Laura Beatris 💜🚀