Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wojciechmarek/exchange-rates
A project showing current exchange rates against the polish currency.
https://github.com/wojciechmarek/exchange-rates
csharp exchange-rates modern-ui mvvm netframework newtonsoft-json windows wpf
Last synced: 2 days ago
JSON representation
A project showing current exchange rates against the polish currency.
- Host: GitHub
- URL: https://github.com/wojciechmarek/exchange-rates
- Owner: wojciechmarek
- Created: 2018-03-19T21:19:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T16:44:24.000Z (over 1 year ago)
- Last Synced: 2024-11-30T02:12:45.249Z (2 months ago)
- Topics: csharp, exchange-rates, modern-ui, mvvm, netframework, newtonsoft-json, windows, wpf
- Language: C#
- Homepage:
- Size: 7.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exchange Rates
This project shows current exchange rates against polish currency 💰 (PLN/złoty). It allows you to quickly see different exchange rates fetch from the currency API, see details of a particular currency and also convert them.
## Purpose
Exchange Rates were made while I was in my second year of study to pass individual project.
## Screenshots
- The main page - is showing current rates of currencies to polish zloty:
![main](https://user-images.githubusercontent.com/27026036/52060226-11646a80-256c-11e9-85be-0aa38bb1138e.PNG)- Details page - is showing the specific information about currency:
![info](https://user-images.githubusercontent.com/27026036/52060227-11646a80-256c-11e9-841e-7c6c54f8b9a5.PNG)- Converter - is allowing to convert currencies:
![converter](https://user-images.githubusercontent.com/27026036/52060225-11646a80-256c-11e9-9e92-ede461b01124.PNG)## Used technologies
- Visual Studio 2019
- .Net Framework
- Windows Presentation Foundation (WPF)
- Model-View-ViewModel architectural pattern (MVVM)
- MVVM Light Library
- Newtonsoft.Json and JSON
- Polish National Bank's currencies table API## How to run
Take a computer with Windows OS. Install .Net Framework and Visual Studio. Open the project file, and follow the instructions on what else to install, then build and run it. Enjoy.