An open API service indexing awesome lists of open source software.

https://github.com/frehner/house_cup

A simple Potter-ish house cup point tracking system, built with React
https://github.com/frehner/house_cup

Last synced: about 1 year ago
JSON representation

A simple Potter-ish house cup point tracking system, built with React

Awesome Lists containing this project

README

          

House Cup
=====================

A very simple Potter-ish house cup points tracker. Someone with the password can add or remove points (negative #), and anyone can view point totals.

Build with react-transform-boilerplate and Firebase

Firebase Format
=====================

Your Firebase data should be formatted in the following way:

```
root
houseId
name:"",
points:#,
members:[
name:"",
name:""
]
house2Id
name:""
...
```

And so on.