Code Monkey home page Code Monkey logo

splitme's Introduction

SplitMe

wercker status

Split expenses with friends

The app

Description

Use SplitMe to share group bills and make sure that everyone gets paid back.
Split household bills with roommates, figure out costs for a group trip, remember when a friend spots you for lunch.

Features

  • Multiple groups
  • Multiple currencies
  • Expenses log
  • Minimal number of transactions to settle debts within a group
  • Export/Import data
  • No ads

Screenshots

Install

npm install -g pouchdb-server
npm install
cd cordova
../node_modules/.bin/cordova prepare

Test

npm install selenium-standalone -g
selenium-standalone install

Android

brew install android-sdk

iOS

brew install graphicsmagick
npm run cordova:icons
npm run cordova:imagemin

Dev

npm start
pouchdb-server

Environement

Production

Staging

Screenshot

Android

adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.png

iOS

cmd + s

Redux

Action name

Use the FSA standard.

use action name linked to the action triggered by the user. The action name shouldn't be link to the mutation of the store needed.

Exception, the action is used in only one reducer and the mutation is duplicated by other action in this same reducer. Then the action name can be linked to the store mutation

Release process

iOS

  1. Update the package.json version.
  2. Build the app
  3. You may encounter this error No matching provisioning profile found. Ask your team for it. You need the provisioning profile and the associated signin key.
  4. Go into Xcode build for the Generic iOS Device.
  5. Product > Archive.
  6. Upload to App Store
  7. Make sure you have been invited in the SplitMe organization.
  8. Make sure you are an App Manager with your iTunes Connect account.

Contributing

Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master!

splitme's People

Contributors

oliviertassinari avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.