{"id":16444817,"url":"https://github.com/kanzatahreem/cryptonex","last_synced_at":"2026-05-07T19:06:45.499Z","repository":{"id":150226011,"uuid":"568999190","full_name":"KanzaTahreem/Cryptonex","owner":"KanzaTahreem","description":"Cryptonex is a single page web app that fetches data from CoinGecko API. The app allows users to get the list and details of top 100 cryptocurrencies. It also displays the global data and the trending currencies in past 24h.","archived":false,"fork":false,"pushed_at":"2023-05-16T18:18:08.000Z","size":10068,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-06-08T14:42:24.822Z","etag":null,"topics":["coingecko-api","jest-snapshots","react","react-testing-library","redux"],"latest_commit_sha":null,"homepage":"https://cryptonex-sigma.vercel.app","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/KanzaTahreem.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":"2022-11-21T21:35:06.000Z","updated_at":"2025-05-23T11:42:10.000Z","dependencies_parsed_at":"2024-11-11T05:01:35.473Z","dependency_job_id":"6c72f882-3d55-4d5f-aa03-a3c0e6a496eb","html_url":"https://github.com/KanzaTahreem/Cryptonex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KanzaTahreem/Cryptonex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanzaTahreem%2FCryptonex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanzaTahreem%2FCryptonex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanzaTahreem%2FCryptonex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanzaTahreem%2FCryptonex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KanzaTahreem","download_url":"https://codeload.github.com/KanzaTahreem/Cryptonex/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanzaTahreem%2FCryptonex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262335040,"owners_count":23295549,"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","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":["coingecko-api","jest-snapshots","react","react-testing-library","redux"],"created_at":"2024-10-11T09:42:14.771Z","updated_at":"2025-10-19T07:26:43.769Z","avatar_url":"https://github.com/KanzaTahreem.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003c!-- Table of Contents --\u003e\n\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Crypto Analysis \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Cryptonex** is a single page web app that fetches data from [CoinGecko API](https://www.coingecko.com/en/api/documentation). The app includes the top _100_ cryptocurrencies, and the details of each currency. It allows user to filter the coins and navigate to details page by clicking on the selected currency.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eClient\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://reactjs.org/\"\u003eReact.js\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://redux.js.org/\"\u003eRedux\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/microverseinc/linters-config/tree/master/react-redux\"\u003eLinters\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://www.coingecko.com/en/api/documentation\"\u003eCoinGeko API\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://testing-library.com/docs/react-testing-library/intro/\"\u003eReact Testing Library\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n - **The app displays the global data and the trending currencies in last 24h**\n- **The web app shows the top 100 cryptocurrencies and their data**\n- **Users can search for a particular cryptocurrency**\n- **Users can view the details of the selected currency**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LIVE DEMO --\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- [Live Demo](https://cryptonex-sigma.vercel.app/)\n- [Loom Video Pesentation](https://www.loom.com/share/b75aeada007d478bac3e2bf311105a51)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started with React App \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n```\n  git\n  node.js\n  Wbpack\n  JavaScript\n```\n\n### Setup\n\nClone this repository to your desired folder:\n\n```\n  cd Cryptonex\n  git clone git@github.com:KanzaTahreem/Cryptonex.git\n```\n\n### Install\n\nInstall this project with:\n\n```\n  npm install\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n```\n  npm start\n```\n\n### Run tests\n\nTo run tests, run the following command:\n\n```\n  npm test\n```\n\n### Deployment\n\nYou can deploy this project using:\n\n```\n  npm run deploy\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Author \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n- GitHub: [@KanzaTahreem](https://github.com/KanzaTahreem)\n- Twitter: [@kanza_tahreem](https://twitter.com/kanza_tahreem)\n- LinkedIn: [Kanza Tahreem](https://www.linkedin.com/in/kanza-tahreem/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- **About Page**\n- **Exchange Rate**\n- **Available Markets**\n- **Filter by Category**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/KanzaTahreem/Cryptonex/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project, please give this project a star ✨\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI would like to thank Nelson Sakwa on Behance for the [Original design idea](https://www.behance.net/sakwadesignstudio).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanzatahreem%2Fcryptonex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanzatahreem%2Fcryptonex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanzatahreem%2Fcryptonex/lists"}