Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)