Skip to content

Mobile Web App to organize payments in dynamic groups of people.

License

Notifications You must be signed in to change notification settings

grouptabs/web-app

 
 

Repository files navigation

Grouptabs app (#nologin)

Grouptabs lets you track shared expenses in a group of friends in a fun way.

It is an offline-capable installable web app, currently with a mobile (small screens) focus.

The no-login variant is currently in alpha and is supposed to replace the remoteStorage variant soon. It uses PouchDB for persistence and to sync data to a central CouchDB data storage. Collaboration works without user accounts. Just share the tab ID.

The UI is built using ReactJS and Redux.

Setup

  1. Run npm install in this folder
  2. Run npm run serve to start a local web server or serve this folder with any static web server.
  3. Open localhost:8080/index.dev.html or where ever you're serving the app in your browser

For production, run npm run build and then use index.html.

License

Grouptabs is licensed under GPL v3 or any later version. Basically you are free to use, modify, share and improve it for any purpose, as long as you include the original changes and also publish any changes you make under the same license. Contributions are very welcome! :)

For more details and the full license, see the COPYRIGHT.txt and LICENSE.txt files.

About

Mobile Web App to organize payments in dynamic groups of people.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.5%
  • CSS 9.7%
  • HTML 1.8%