Application gets data from CoinCapc API (https://docs.coincap.io) and shows data about cryptocurrencies. All functional abilities are listed below:
- See basic information about cryptocurrentcies in list format
- Search for a cryptocurrency or choose number of cryptocurrencies to show in list
- Navigate throught application's windows
- See more information about chosen cryptocurrency
- Change theme for dark or light mode
- MaterialDesignThemes provides huge variaty of ready-to-use components for UI creation;
- Newtonsoft.Json to parse json objects from API resonces
- MvvmLightLibs has implementations of RelayCommand generic class, which makes commands much easier to create