Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jacobpclouse/bitcoin-investment-tracker
- Owner: jacobpclouse
- Created: 2022-08-25T16:33:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T23:54:35.000Z (9 months ago)
- Last Synced: 2024-02-29T00:41:13.967Z (9 months ago)
- Topics: asp-net
- Language: HTML
- Homepage:
- Size: 836 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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