{"id":18614955,"url":"https://github.com/andrewjbateman/ionic-react-bitcoin","last_synced_at":"2026-04-13T01:36:28.406Z","repository":{"id":40796183,"uuid":"216025769","full_name":"AndrewJBateman/ionic-react-bitcoin","owner":"AndrewJBateman","description":":clipboard:  Ionic 5 React app to show bitcoin prices. Tutorial code.","archived":false,"fork":false,"pushed_at":"2023-01-04T22:59:08.000Z","size":5743,"stargazers_count":2,"open_issues_count":35,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T01:34:32.184Z","etag":null,"topics":["bitcoin-price","ionic","react","tutorial-code","youtube-video-series"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-18T13:05:12.000Z","updated_at":"2023-07-28T19:19:39.000Z","dependencies_parsed_at":"2023-02-02T23:00:44.183Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/ionic-react-bitcoin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/ionic-react-bitcoin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-react-bitcoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-react-bitcoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-react-bitcoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-react-bitcoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/ionic-react-bitcoin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-react-bitcoin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267046133,"owners_count":24026897,"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-07-25T02:00:09.625Z","response_time":70,"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":["bitcoin-price","ionic","react","tutorial-code","youtube-video-series"],"created_at":"2024-11-07T03:27:38.688Z","updated_at":"2026-04-13T01:36:23.377Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Ionic React Bitcoin\n\n* App to display current bitcoin price data (BPI) in USD, EUR, and GBP from the [CoinDesk Bitcoin Price Index API](https://www.coindesk.com/api).\n* This is a great tutorial from Paul Halliday of the Developer School, [Youtube video series: 'Ionic 4 \u0026 React - Bitcoin Price Tracker'](https://www.youtube.com/watch?v=sPvL3OlnmI8\u0026list=PLtKjv92L0ihBWO6NtZhXEsR9NXf7Uf_ki\u0026index=1)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Ionic React Bitcoin](#zap-ionic-react-bitcoin)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \u0026 To-do list](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## :camera: Screenshots\n\n![screenshot](./img/bitcoin-display.png)\n\n## :signal_strength: Technologies\n\n* [Ionic v5](https://ionicframework.com/)\n* [Ionic/react v5](https://ionicframework.com/)\n* [React v16](https://reactjs.org/) installed globally\n* [React Scripts v4](https://www.npmjs.com/package/react-scripts) installed globally, scripts and configuration used by Create React App.\n* [CoinDesk Bitcoin Price Index API](https://www.coindesk.com/api)\n* [npx](https://www.npmjs.com/package/npx) CLI tool whose purpose is to make it easy to install and manage dependencies hosted in the npm registry.\n\n## :floppy_disk: Setup\n\n* To start the server on _localhost://3000_ type: 'npm run start'\n\n## :computer: Code Examples\n\n* display bitcoin logo and API prices \u0026 disclaimer\n\n```javascript\n  render() {\n    const { bitcoinInfo, loading } = this.state;\n    return (\n      \u003cIonApp\u003e\n        \u003cIonContent\u003e\n          \u003csection\u003e\n            \u003cIonIcon icon={logoBitcoin} className=\"bitcoin__logo\" /\u003e\n          \u003c/section\u003e\n            {loading\n              ? this.createLoadingCards()\n              : this.createBitcoinCards(bitcoinInfo)}\n          \u003csection className=\"bitcoin__disclaimer\"\u003e\n            \u003cp\u003e{bitcoinInfo.disclaimer}\u003c/p\u003e\n          \u003c/section\u003e\n        \u003c/IonContent\u003e\n      \u003c/IonApp\u003e\n    );\n  }\n```\n\n## :cool: Features\n\n* No API key required\n* Shows skeleton cards while data is loading.\n* Bitcoin price shown in dollars, UK pounds and euros. See API ref for more cryptocurrency options.\n\n## :clipboard: Status \u0026 To-do list\n\n* Status: Working. Updated april 2021\n* To-do: nothing\n\n## :clap: Inspiration\n\n* Paul Halliday of the Developer School, Youtube video series: 'Ionic 4 \u0026 React - Bitcoin Price Tracker'\n* [Video 1 of 9: Project Overview](https://www.youtube.com/watch?v=sPvL3OlnmI8\u0026list=PLtKjv92L0ihBWO6NtZhXEsR9NXf7Uf_ki\u0026index=1)\n* [FCC: npm vs npx — What’s the Difference?](https://www.freecodecamp.org/news/npm-vs-npx-whats-the-difference/)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-react-bitcoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fionic-react-bitcoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-react-bitcoin/lists"}