Google Chrome Apps [Guide]
Guide for developing cross platform Google Chrome Applications
For our customer we need a small windows desktop application implemented in C#/WPF which can be used to create a customer specific one-page PDF report that shows some statistical data (bar charts) and other simple metrics based on CSV-Files. The report will be displayed at the end and saved as a file. A shell project of the application as a compilable/runnable Visual Studio 2022 solution will be provided by us. Interfaces for critical modules (statistic-parser,report generator) are already defined. Concrete implementations/classes for parsing CSV and PDF-Export must be implemented by you. CSV-Data and example PDF is provided by us. Hard requirements: * C#/WPF/.NET 6 * MVVM, Clean Code, SOLID * PDF library must be free and can be used commerically (MIT-license or MSPL preferred).
Guide for developing cross platform Google Chrome Applications