{"id":26191021,"url":"https://github.com/diggosilva/cryptocoin","last_synced_at":"2025-10-05T13:00:03.785Z","repository":{"id":272636622,"uuid":"914323580","full_name":"diggosilva/CryptoCoin","owner":"diggosilva","description":"App written in Swift, provides information about cryptocurrencies, using API. App for study only.","archived":false,"fork":false,"pushed_at":"2025-06-22T15:24:35.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T09:41:52.028Z","etag":null,"topics":["async-await","ios","mvvm-combine","swift","uikit","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diggosilva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-09T11:24:07.000Z","updated_at":"2025-06-22T15:24:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd5f5c35-dfb7-486c-bae0-b857b8d24081","html_url":"https://github.com/diggosilva/CryptoCoin","commit_stats":null,"previous_names":["diggosilva/cryptocoin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/diggosilva/CryptoCoin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FCryptoCoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FCryptoCoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FCryptoCoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FCryptoCoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diggosilva","download_url":"https://codeload.github.com/diggosilva/CryptoCoin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FCryptoCoin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278457468,"owners_count":25989956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async-await","ios","mvvm-combine","swift","uikit","xcode"],"created_at":"2025-03-12T00:59:08.893Z","updated_at":"2025-10-05T13:00:03.768Z","avatar_url":"https://github.com/diggosilva.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CryptoCoin\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Swift-5.9.1-orange.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Xcode-15.2.X-orange.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/platforms-iOS-brightgreen.svg?style=flat\" alt=\"iOS\" /\u003e\n    \u003ca href=\"https://www.linkedin.com/in/rodrigo-silva-6a53ba300/\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/LinkedIn-@RodrigoSilva-blue.svg?style=flat\" alt=\"LinkedIn: @RodrigoSilva\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nApp written in Swift, provides information about cryptocurrencies, using API. App for study only.\n\n| Demo | Light | Dark |\n| --- | --- | --- |\n| ![Demo](https://github.com/user-attachments/assets/dd2bed71-106b-4f47-9af8-b025df96e7f4) | ![Light](https://github.com/user-attachments/assets/5a343de8-ce1e-414b-953e-e0669f669237) | ![Dark](https://github.com/user-attachments/assets/1109a21a-a3e4-4385-9192-eb9c43df46ae) |\n\n## Contents\n\n- [Requirements](#requirements)\n- [Functionalities](#functionalities)\n- [Setup](#setup)\n\n## Features\n\n- Modern Collection View\n- Modern Table View\n- MVVM with Combine\n- View Code (UIKit)\n- Await/Async Request\n- Custom elements\n- Dark Mode\n- Unit tests\n\n## Requirements\n\n- iOS 17.0 or later\n- Xcode 15.0 or later\n- Swift 5.0 or later\n\n## Functionalities\n- [x] List of cryptocurrencies\n- [x] Button to convert currency values ​​between Dollar USD and Brazilian Real BRL\n- [x] SearchBar - Search Coins by Name and Symbol\n- [x] Also in the SearchBar. Use + to see only appreciated currencies, and use - to see only depreciated currencies.\n\n## Setup\n\nFirst of all download and install Xcode and then clone the repository:\n\n```sh\n$ git@github.com:diggosilva/CryptoCoin.git\n```\n\nAfter cloning, do the following:\n\n```sh\n$ cd \u003cdiretorio-base\u003e/CryptoCoin/\n$ open CryptoCoin.xcworkspace/\n```\n\n## Built With\n\n* [SDWebImage](https://github.com/SDWebImage/SDWebImage) - Asynchronous image downloader with cache support as a UIImageView category\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiggosilva%2Fcryptocoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiggosilva%2Fcryptocoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiggosilva%2Fcryptocoin/lists"}