Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graboskyc/monoposaver
A simple web app that will save track your Monopoly game details so you can restart later.
https://github.com/graboskyc/monoposaver
blazor blazor-webassembly mongodb mongodb-atlas mongodb-realm mongodb-realm-app-services mongodb-stitch
Last synced: about 2 months ago
JSON representation
A simple web app that will save track your Monopoly game details so you can restart later.
- Host: GitHub
- URL: https://github.com/graboskyc/monoposaver
- Owner: graboskyc
- Created: 2022-01-03T03:25:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T23:23:04.000Z (2 months ago)
- Last Synced: 2024-11-04T00:18:45.582Z (2 months ago)
- Topics: blazor, blazor-webassembly, mongodb, mongodb-atlas, mongodb-realm, mongodb-realm-app-services, mongodb-stitch
- Language: C#
- Homepage: https://monoposaver-faflr.mongodbstitch.com
- Size: 544 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monopo Saver
## Background
This is a simple website that will save track your Monopoly game details so you can restart later.Each time you save, you are given a new immutable ID and link so you can send it to the friends you are playing with to insure there's no cheating going on.
Right now it stores the [Ghostbuster's Monopoly](https://hasbrogaming.hasbro.com/en-us/product/monopoly-game-ghostbusters-edition-for-kids-8-and-up:0CBDEDEA-AF56-46D5-8C0C-63E4428E64D2) and [New Monopoly](https://hasbrogaming.hasbro.com/en-us/product/monopoly-game:7EABAF97-5056-9047-F577-8F4663C79E75) places. It is written to support multiple Monopoly board types, I just need to do data entry on those.
It is offered as a service free [here](https://monoposaver-faflr.mongodbstitch.com).
## Tech Stack
* Single Page App written in Blazor
* Database is MongoDB Atlas
* Backend is MongoDB Realm App Services## Screenshots
![](Screenshots/ss01.png)
![](Screenshots/ss02.png)
![](Screenshots/ss03.png)