Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitaliy-bezugly/cryptocurrencies-management
This is a WPF (Windows Presentation Foundation) application that provides users with various information related to cryptocurrencies.
https://github.com/vitaliy-bezugly/cryptocurrencies-management
automapper httpclient mediatr mvvm ui wpf
Last synced: about 8 hours ago
JSON representation
This is a WPF (Windows Presentation Foundation) application that provides users with various information related to cryptocurrencies.
- Host: GitHub
- URL: https://github.com/vitaliy-bezugly/cryptocurrencies-management
- Owner: vitaliy-bezugly
- Created: 2023-06-16T09:27:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-20T12:18:33.000Z (over 1 year ago)
- Last Synced: 2024-11-16T21:13:16.433Z (about 8 hours ago)
- Topics: automapper, httpclient, mediatr, mvvm, ui, wpf
- Language: C#
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptocurrencies Management App
This is a WPF (Windows Presentation Foundation) application that provides users with various information related to cryptocurrencies.
The application utilizes the CoinCap API to retrieve and display cryptocurrency data.## Functionality
The application offers the following features:1. Multi-page application with navigation.
2. Main Page: Displays the top N currencies by popularity on a selected market. The value of N can be customized by the user (default is 10).
3. Currency Details Page: Shows detailed information about a specific currency, including its price, volume, price change, and the markets where it can be purchased along with the corresponding prices. Users can navigate to this page from the home page.
4. Currency Search: Allows users to search for a currency by its name.
5. Currency Conversion Page: Enables users to convert one currency to another. This page also provides a list of supported currencies.## Libraries Used
The project incorporates the following libraries:1. MediatR: A library for implementing the Mediator pattern, which helps decouple the communication between different components of the application.
2. AutoMapper: A mapping library used for mapping between different object types.
3. Microsoft.DependencyInjection: A lightweight dependency injection container for managing object dependencies.For the UI elements, the following libraries were utilized:
1. FontAwesome.WPF: A library that provides vector icons for use in WPF applications.
2. MahApps.Metro.IconPacks.Material: A library that includes Material Design icons for use in WPF applications.## Project Structure
The project is structured into several layers:1. Contracts: This project contains data transfer objects (DTOs) used for communication with the CoinCap API.
2. Application: This layer houses the application logic. It depends on the Contracts layer but has no dependencies on any other layer or project. The Application layer defines interfaces that are implemented by external layers.
3. Infrastructure: The Infrastructure layer contains classes responsible for accessing external resources, such as the CoinCap API.
4. UI: This layer represents the WPF application itself. It depends on both the Application and Infrastructure layers. The DesktopUi layer provides the user interface and facilitates interaction with the application.## Getting Started
To run the application, follow these steps:
1. Clone the repository to your local machine.
2. Open the solution file in Visual Studio.
3. Build the solution to restore dependencies.
4. Set the DesktopUi project as the startup project.Run the application.
## Images
![image](https://github.com/vitaliy-bezugly/cryptocurrencies-management/assets/87979065/1601e30d-3e4c-4fb0-9da8-e7477975fe16)
![image](https://github.com/vitaliy-bezugly/cryptocurrencies-management/assets/87979065/d6d3fca5-cdf4-44a1-8520-ab8852fb639e)
![image](https://github.com/vitaliy-bezugly/cryptocurrencies-management/assets/87979065/3dd5c1b1-5d3c-4442-bdbf-5c8d9499c26c)
![image](https://github.com/vitaliy-bezugly/cryptocurrencies-management/assets/87979065/9f7ddf7d-76fd-4f08-bf4b-35af2724e94d)
![image](https://github.com/vitaliy-bezugly/cryptocurrencies-management/assets/87979065/220d9176-3d31-4d8a-a716-81a976ee33d7)