A simple React Native application to calculate tips and split bills among friends.
- Calculate tip based on percentage (10%, 15%, 18%, 20%).
- Split bill among multiple people.
- View total bill and amount per person.
- React Native (Expo)
- TypeScript
- React
- Node.js
- pnpm
-
Clone the repository.
-
Install dependencies:
pnpm install
-
Run the app:
pnpm start
- Run tests:
pnpm test - Lint code:
pnpm lint
See CONTRIBUTING.md.