Skip to content

VolodymyrPanasyuk/CryptoInfoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoInfoApp

Simple and beautiful WPF application with a responsive interface for viewing information about cryptocurrencies.

Built using 💻🚀

Showcase 📸

Video demo

Screenshots:

Home page light

Home page dark

Coin page light

Coin page dark

Convert page light

Convert page dark

Info ℹ️

Implemented functionality:

  • Multi-pages with navigation;
  • Responsive interface;
  • Usage of MVVM;
  • Automatically use one of the APIs when the other doesn't return data;
  • Caching pages and charts data;
  • Home page displays the top currencies by popularity;
  • Coin page displays detailed information about the currency and Japanese candlestick chart;
  • Possibility of searching for currency by name or code;
  • Convert page in which you can convert one currency to another;
  • Light / dark theme support.

Getting Started 🛠️

  1. Clone the project using git or by downloading the source code
  2. Open the solution file using Visual Studio 2022 or the latest version of Jetbrains Rider
  3. Restore NuGet Packages, Build and Run the application