This is a .NET 8.0 application that allows you to outline some basic properties for a DnD character. It fetches data from the DnD5e open API. WIP.
Application/: Contains the main application logic.DataModels/: Contains the data models used in the application.Services/: Contains services for interacting with APIs and other external resources.
- Newtonsoft.Json version 13.0.3
- Spectre.Console version 0.48.0
- Spectre.Console.Cli version 0.48.0
This is a work in progress. More logic needs to be added to create a full character, but this is a start!