Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.
/ retrobox-web Public archive

React app that lets you write notes for your retrospective and stores it in firebase.

License

Notifications You must be signed in to change notification settings

Fruitseller/retrobox-web

Repository files navigation

retrobox-web

Build Status Greenkeeper badge

React app that lets you write notes for your retrospective and stores them in a firebase instance.

Getting Started

To use your own retrobox you need a firebase database and google authentication enabled.

Prerequisites

You need your firebase config as env variables to start the react app.

REACT_APP_API_KEY=<YOUR_DATA>
REACT_APP_AUTH_DOMAIN=<YOUR_DATA>
REACT_APP_DATABASE_URL=<YOUR_DATA>
REACT_APP_PROJECT_ID=<YOUR_DATA>
REACT_APP_STORAGE_BUCKET=<YOUR_DATA>
REACT_APP_MESSAGING_SENDER_ID=<YOUR_DATA>

Installing

npm install
npm start

How to work with this app

This is simply a create-react-app so you can find all infos here.

About

React app that lets you write notes for your retrospective and stores it in firebase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published