CryptoGenz
CryptoGenz is a console-based C# cryptocurrency price tracker that simulates crypto prices and updates them in real-time.
This project is fully compatible with GDB Online and does not require any external libraries or APIs.
Features
- View a list of popular cryptocurrencies.
- Simulate price changes between -5% to +5%.
- Display old price, price change, and current price.
- Continuously track prices in a loop until exit.
How to Run
- Copy the code into a C# console project.
- Run in GDB Online or any C# compiler.
- Select a cryptocurrency from the list to see its simulated price.
Example Output
===== Welcome to CryptoGenz =====
Available Cryptos:
-
Bitcoin
-
Ethereum
-
Cardano
-
Dogecoin
-
Solana
-
Exit
Enter your choice (number): 1
Crypto: Bitcoin Old Price: $42000 Price Change: +3% Current Price: $43260
Technologies
- C#
- Console Application (CLI)