This web application utilizes a synced timer together with browser notifications to facilitate remote mob programming. Each user joins the specific mob room through a shared link and will then be able to select active participant, get notifications on timer etc. The timer application is also suitable for other remote collaboration work.
- Technology stack: React and Firebase. Deployment is done through Google Cloud.
- Status: Alpha CHANGELOG.
- Demo https://remotemob.io
Screenshots:
See package.json
for a list of dependecies used in this project.
npm install
Development
npm start
Production Bundle
npm run build
env.local
is used for development. Get in contact in order to obtain the production
env.
- Remove rooms from firebase that have been inactive for a certain period of time.
- Implement tests.
- Refactor code.
Needs testing.
Example
If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.
General instructions on how to contribute should be stated with a link to CONTRIBUTING.