This repository contains the source code for ByteCoin, an iOS application that allows users to track the real-time price of Bitcoin in various currencies using the CoinAPI service. The app is built using Swift and provides a user-friendly interface for currency conversion.
ByteCoin is a simple yet powerful iOS application that fetches real-time Bitcoin exchange rates for a variety of currencies. The app uses the CoinAPI service to provide accurate and up-to-date information.
-
Real-time Bitcoin Price Tracking: Fetches the current price of Bitcoin in various currencies.
-
Currency Conversion: Allows users to select from a range of currencies to see the Bitcoin price.
-
User-friendly Interface: Simple and intuitive design for easy navigation.
-
iOS 13.0+
-
Xcode 11+
-
A valid CoinAPI key
To set up the project on your local machine, follow these steps:
- Clone the repository:
git clone /~https://github.com/adnanAlKharfan/Bitcoin-Price-Application.git
- Navigate to the project directory:
cd Bitcoin-Price-Application
- Open the project in Xcode:
open ByteCoin.xcodeproj
- Install dependencies using CocoaPods:
pod install
- Configure CoinAPI Key:
- Replace the placeholder API key in CoinManager.swift with your CoinAPI key.
- Launch the app in Xcode:
-
Select the target device (e.g., iPhone simulator or connected device).
-
Click on the run button or press Cmd + R to build and run the app.
- Select Currency:
-
Use the picker to select your desired currency.
-
The app will display the real-time Bitcoin price in the selected currency.
Contributions are welcome! Feel free to open issues or submit pull requests.