Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graboskyc/santaslittlehelper
Web based app to allow sharing Christmas lists and allow people to mark it as purchased, preventing duplicates without notifying the recipient
https://github.com/graboskyc/santaslittlehelper
blazor blazor-webassembly mongodb mongodb-atlas mongodb-realm mongodb-stitch
Last synced: 17 days ago
JSON representation
Web based app to allow sharing Christmas lists and allow people to mark it as purchased, preventing duplicates without notifying the recipient
- Host: GitHub
- URL: https://github.com/graboskyc/santaslittlehelper
- Owner: graboskyc
- Created: 2020-11-18T18:40:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T13:30:23.000Z (over 3 years ago)
- Last Synced: 2025-01-18T23:49:36.957Z (26 days ago)
- Topics: blazor, blazor-webassembly, mongodb, mongodb-atlas, mongodb-realm, mongodb-stitch
- Language: HTML
- Homepage: http://santoslhalper.com
- Size: 19.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Santa's Little Helper
Simple app built on MongoDB Realm and Blazor to allow a group of users to enter gifts they want for Christmas, then have others view those gifts and mark off if it was already purchased without letting the recipient know it was bought.## Features
* Username/password authentication (Realm)
* User can view their list and add new items with a title and link
* Users can view everyone else's list and mark off if they bought that item off the list
* Other users can see something was snagged for purchase (to prevent double buys) but doesn't know who
* The recipient of that gift cannot see whether items were bought off their list## Missing features
_Possibly being checked off on future releases_
* Removing item off your list or rename it
## Screenshots
![](Screenshots/ss01.png)
![](Screenshots/ss02.png)
![](Screenshots/ss03.png)
![](Screenshots/ss04.png)