Calculate the number of pizzas that your Meetup needs. All credit for the underlying calculation goes to Anthony D. Paul. The original calculator can be found here.
Install the project dependencies with:
yarn install
Run the Expo server with:
yarn start
Run the project on the iOS emulator:
yarn run ios
Run the project on the Android emulator:
yarn run android
Finally, run the test suite:
yarn test
Feel free to fork the repo and create a pull request. We plan to maintain the repo and review any PR's