Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berkaysancar/cryptoapp-mvvm
Cryptocurrencies information app with Swift UIKit.
https://github.com/berkaysancar/cryptoapp-mvvm
cryptocurrency firebase firebaseremoteconfig generics mvvm mvvm-c rest-api swift swiftui uikit
Last synced: 26 days ago
JSON representation
Cryptocurrencies information app with Swift UIKit.
- Host: GitHub
- URL: https://github.com/berkaysancar/cryptoapp-mvvm
- Owner: BerkaySancar
- License: mit
- Created: 2024-02-02T21:18:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T14:10:07.000Z (11 months ago)
- Last Synced: 2024-03-01T15:27:19.914Z (11 months ago)
- Topics: cryptocurrency, firebase, firebaseremoteconfig, generics, mvvm, mvvm-c, rest-api, swift, swiftui, uikit
- Language: Swift
- Homepage:
- Size: 515 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CryptoApp -> [App Preview](#app-preview)
CryptoApp is an iOS application developed using Swift, UIKit, and SwiftUI. It allows users to explore cryptocurrency exchanges, search for specific coins, mark coins as favorites, and stay updated with the latest cryptocurrency news. The app integrates with the [CoinGeckoAPI](https://www.coingecko.com/en/api) for cryptocurrency data and the NewsAPI for news articles.## Features
- View cryptocurrency exchanges and their details.
- Search for specific coins by name or symbol.
- View cryptocurrency details.
- Mark coins as favorites for quick access.
- Stay updated with the latest cryptocurrency news.## Requirements
- iOS 16.0+## Architecture
- MVVM-C (Model-View-ViewModel-Coordinator)## APIs
- CoinGecko - [Data provided by CoinGecko](https://www.coingecko.com/en/api)
- [NewsAPI](https://newsapi.org/)
- Firebase## Keywords
- Swift
- UIKit
- SwiftUI
- Autolayout
- Dependency Injection
- UserDefaults
- Generics
- MVVM
- Coordinator
- RestAPI
- DispatchGroup
- Storyboard## Setup
- Clone the repository:
git clone https://github.com/BerkaySancar/CryptoApp-MVVM.git
- Open the project in Xcode.
- Build and run the app on your iOS device or simulator.## Free Figma UI Design Link
- [Nickelfox Design](https://www.figma.com/community/file/1147402245634536123/foxcrypto-crypto-app?searchSessionId=lsknuqfl-j4lwgu1qg)## App Preview
https://github.com/BerkaySancar/CryptoApp-MVVM/assets/97171726/c612df52-4d99-490b-85fe-2b53ab66c7cc## License
This project is licensed under the MIT License.# Author
Berkay Sancar ([email protected])