diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..8e15d9f --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "kevinamick", + "name": "Kevin Amick", + "avatar_url": "https://avatars1.githubusercontent.com/u/15185225?v=4", + "profile": "https://github.com/kevinamick", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Frontend", + "projectOwner": "ContactTracing-app", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index f357e0d..88816bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Frontend: ContactTracing.app + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + Our aim is to let people keep track of who they meet in the face of the COVID-19 pandemic. Should anything happen to you, Contract Tracing will notify your friends & family to keep them safe. @@ -19,3 +22,22 @@ This is a tricky point. Our api only stores `uid` of nodes. It has no personal i We needed one way to look-up the uid with the public information that that particular user is willing to show. This is done using Firebase database, and the `profile/${uid}/` location. To prevent looking-up that same information over and over again, a Mobx store called `PersonStore` provides a cache of info. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Kevin Amick

💻
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file