{"id":26720868,"url":"https://github.com/oxcened/crypto-data","last_synced_at":"2026-04-18T01:07:32.907Z","repository":{"id":173152138,"uuid":"650227499","full_name":"oxcened/crypto-data","owner":"oxcened","description":"A simple app that fetches data from Binance on pairs of cryptocurrencies","archived":false,"fork":false,"pushed_at":"2023-06-09T19:27:03.000Z","size":264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T19:42:58.001Z","etag":null,"topics":["binance","cryptocurrency","react","tailwind"],"latest_commit_sha":null,"homepage":"https://crypto-data-eta.vercel.app","language":"TypeScript","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/oxcened.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-06T16:03:50.000Z","updated_at":"2023-06-06T21:34:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0a85f4b-bb48-4686-9276-e93e1a9a68b9","html_url":"https://github.com/oxcened/crypto-data","commit_stats":null,"previous_names":["oxcened/crypto-data"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oxcened/crypto-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxcened%2Fcrypto-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxcened%2Fcrypto-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxcened%2Fcrypto-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxcened%2Fcrypto-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oxcened","download_url":"https://codeload.github.com/oxcened/crypto-data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxcened%2Fcrypto-data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31952229,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"ssl_error","status_checked_at":"2026-04-18T00:39:20.671Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["binance","cryptocurrency","react","tailwind"],"created_at":"2025-03-27T19:34:42.871Z","updated_at":"2026-04-18T01:07:32.885Z","avatar_url":"https://github.com/oxcened.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n  CryptoData\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eA simple app that fetches data from Binance on pairs of cryptocurrencies\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://crypto-data-eta.vercel.app/\"\u003eDemo\u003c/a\u003e •\n  \u003ca href=\"#key-features\"\u003eKey Features\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e •\n  \u003ca href=\"#tech-stack\"\u003eTech Stack\u003c/a\u003e •\n  \u003ca href=\"#what-i-would-improve\"\u003eWhat I would improve\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n![screenshot](./screenshot.png)\n\n## Demo\n\nCheck out the demo [here](https://crypto-data-eta.vercel.app/).\n\n## Key Features\n\n* Select a pair of currencies between BTC, ETH and DOGE\n* Click the button and get updated info about price, 24 change and 24 volume.\n* Check a list of the 100 most recent trades as well\n* Sort the table by clicking on the headers of the table\n* Fully responsive\n* Renders whether there's an error from the APIs\n\n## How To Use\n\nTo clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/oxcened/crypto-data\n\n# Go into the repository\n$ cd crypto-data\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm run dev\n```\n\n\u003e **Note**\n\u003e If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.\n\n## Tech Stack\n\n* TypeScript v5\n* React v18\n* Vite.js v4\n\n## What I would improve\n\nBecause I had limited time to do this there are certain things that I would have liked to do better:\n\n* Splitting the APIs fetches so that in case one of the two errors, the other is independent\n* Rendering the error returned from the API instead of a generic error\n* Typing the response of the APIs so that mapping is done a bit more safely (Client and Server types)\n* Localize strings in a json instead of hard coding them\n* In a real life project I would opt for a more robust solution to fetch on the client like React Query\n* A spinner icon when fetch is in progress instead of a \"Loading\" string\n* Probably something else\n\n## License\n\nThis project is [MIT licensed](./LICENSE).\n\n---\n\n\u003e [alenajam.dev](https://alenajam.dev) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@oxcened](https://github.com/oxcened) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@oxcened](https://twitter.com/oxcened)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxcened%2Fcrypto-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxcened%2Fcrypto-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxcened%2Fcrypto-data/lists"}