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
- Host: GitHub
- URL: https://github.com/frehner/house_cup
- Owner: frehner
- License: cc0-1.0
- Created: 2015-12-03T04:57:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T05:04:22.000Z (over 10 years ago)
- Last Synced: 2025-04-09T15:13:43.617Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.