Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacobpclouse/bitcoin-investment-tracker

An ASP.NET / C# program to track how much you have invested into Crypto vs how much growth/loss experienced. Measured against keeping money in 4% return money market and 7% S&P index fund.
https://github.com/jacobpclouse/bitcoin-investment-tracker

asp-net

Last synced: 4 days ago
JSON representation

An ASP.NET / C# program to track how much you have invested into Crypto vs how much growth/loss experienced. Measured against keeping money in 4% return money market and 7% S&P index fund.

Awesome Lists containing this project

README

        

# Bitcoin Investment Tracker GUI App
An ASP.NET / C# program to track how much you have invested into Crypto vs how much growth/loss experienced. Measured against keeping money in 4% return money market and 7% S&P index fund.

## Technologies:
Built using: ASP.NET, C#, RESTful APIs

## How to Run:
cd aspnetcoreapp
dotnet watch run

## Resources Used:
- Tutorial: Get started with ASP.NET Core: https://learn.microsoft.com/en-us/aspnet/core/getting-started/?view=aspnetcore-8.0&tabs=windows
- Get started with ASP.NET Core MVC: https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/start-mvc?view=aspnetcore-8.0&tabs=visual-studio-code
- Choose an ASP.NET Core web UI: https://learn.microsoft.com/en-us/aspnet/core/tutorials/choose-web-ui?view=aspnetcore-8.0