https://github.com/avresial/rumikapp
App allows user to browse, save and edit information about beverages.
https://github.com/avresial/rumikapp
autofac database-management mvvm wpf-application
Last synced: 5 months ago
JSON representation
App allows user to browse, save and edit information about beverages.
- Host: GitHub
- URL: https://github.com/avresial/rumikapp
- Owner: avresial
- Created: 2021-03-12T15:24:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T16:22:14.000Z (about 3 years ago)
- Last Synced: 2025-08-23T11:15:34.547Z (5 months ago)
- Topics: autofac, database-management, mvvm, wpf-application
- Language: C#
- Homepage:
- Size: 11.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hi, this is **RumikApp**
At the begining I'd like to mention that it's my first personal project. Repository consists of 3 main directories:
1. RumikApp.UI - UI of the application
2. RumikApp.Core - All main logic
3. RumikApp.Infrastructure - All logic used to load or save database entries
4. RumikApp.Tests - Unit tests
## Simply - **RumikApp** is the app where you go to if you are looking for a Rum
App allows user to:
- Find a rum depending on his current needs,
- Browse internal database,
- Save new entries.
# Contents page
1. [Technologies](#Technologies)
2. [App presentation](#AppPresentation)
## Generall
Whole app is based on .NET Framework 4.7.2 and C#.
Below I'm listing couple of technologies that I learned during this project:
- Linq
- MVVM
- Autofac
- Xunit and Moq
- Asynchronous programming
At this point app supports only Polish language.
## Future plans
I'm planning to implement Entity framework and SQlite.
Below you will find couple of screens from RumikApp itself

**Fig.1** Startup page

**Fig.2** Database view

**Fig.3** Poll

**Fig.4** My rum Cabinet

**Fig.5** Random entry

**Fig.6** Add new entry