A privacy preserving and decentralised(ish) secret santa.
Report Bug
·
Request Feature
Project Klaus is a web application to facilitate pairing people for secret santa. It uses a semi decentralised model, where almost all data is kept on the client and the server merely facilitates communication.
The algorithm used is based off of the one described in this article.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/ejstuart/project-klaus.git
- Install NPM packages
npm install
npm start
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Jackson Chadfield |
Eric Stuart |
- Rodrigo Setti for the article he wrote on Cryptographic Secret Santa that inspired this project.