https://github.com/manuel-lang/lowenfamily
A web application using gamification to engage more fans of the Rhein-Neckar Löwen that was developed during the Hack Days Germany 2019 and awarded with the overall best pitch.
https://github.com/manuel-lang/lowenfamily
hackdays hdrn2019 rheinneckar rheinneckarloewen
Last synced: 4 months ago
JSON representation
A web application using gamification to engage more fans of the Rhein-Neckar Löwen that was developed during the Hack Days Germany 2019 and awarded with the overall best pitch.
- Host: GitHub
- URL: https://github.com/manuel-lang/lowenfamily
- Owner: manuel-lang
- Created: 2019-02-15T13:10:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T13:13:53.000Z (over 7 years ago)
- Last Synced: 2025-09-05T05:48:47.046Z (10 months ago)
- Topics: hackdays, hdrn2019, rheinneckar, rheinneckarloewen
- Language: HTML
- Homepage: https:///www.lowenfamily.de
- Size: 3.03 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LowenFamily
This application is a web application that was developed during [Hackdays Rhein-Neckar 2019](https://hack-days.de/rhein-neckar/home) as submission for the [Rhein-Neckar Löwen](https://www.rhein-neckar-loewen.de) challenge. We were happy to be selected as the winner of the challenge and also awarded for the best pitch over more than 250 participant.
## What does it do?
LowenFamily is a web application that aims to engage fans of the team before, during and after the games. By chosing a gamification approach, we encourage people to be active and share content in order to gain points and potentially win special prizes such as limited edition merchandise or other unique rewards. In its current state, the app contains a first challenge to share images that we display in the live feet on the index page in addition to public instagram posts using the hashtag [#1team1ziel](https://www.instagram.com/explore/tags/1team1ziel/).
## How does it work?
The frontend uses HTML and JavaScript to display the live feed, the current challenges, a ranking where users can see their points and a (limited) online shop. The data is fed to the application with a node.js backend. For demo purposes, we deployed the app on Heroku and provide the content on our website [lowenfamily.de](https://www.lowenfamily.de).
## How to run it locally?
- Clone this repository.
- Make sure [node.js](http://nodejs.org) is installed.
- Navigate to the repository and install the dependencies with `npm install`.
- Start the application with `npm start` and access the application on [localhost:5000](http://localhost:5000).