{"id":25931210,"url":"https://github.com/kayleexx/cryptofusion","last_synced_at":"2025-09-08T06:35:12.558Z","repository":{"id":251970215,"uuid":"839002645","full_name":"Kayleexx/CryptoFusion","owner":"Kayleexx","description":"CryptoFusion is a comprehensive cryptocurrency market web application that provides real-time trends, news, and data on various cryptocurrencies. Built with React and Redux, this app offers an intuitive interface to track and analyze the latest market movements, explore detailed coin information, and stay updated with the most recent crypto news. ","archived":false,"fork":false,"pushed_at":"2025-02-21T18:13:23.000Z","size":276,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T02:55:32.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cryptofusion.netlify.app/","language":"JavaScript","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/Kayleexx.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":"2024-08-06T19:12:03.000Z","updated_at":"2025-07-27T08:47:40.000Z","dependencies_parsed_at":"2025-08-23T02:41:54.715Z","dependency_job_id":"562932e1-b325-4ff8-9b3e-ae32800090d4","html_url":"https://github.com/Kayleexx/CryptoFusion","commit_stats":null,"previous_names":["kayleexx/cryptofusion"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kayleexx/CryptoFusion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayleexx%2FCryptoFusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayleexx%2FCryptoFusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayleexx%2FCryptoFusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayleexx%2FCryptoFusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kayleexx","download_url":"https://codeload.github.com/Kayleexx/CryptoFusion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayleexx%2FCryptoFusion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274146177,"owners_count":25230115,"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-09-08T02:00:09.813Z","response_time":121,"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":[],"created_at":"2025-03-03T23:58:28.811Z","updated_at":"2025-09-08T06:35:12.497Z","avatar_url":"https://github.com/Kayleexx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CryptoFusion App\n\n## Overview\n\nThe **CryptoFusion** is a web application designed to provide users with real-time cryptocurrency data, including trends, news, and other related information. Built using React, Redux, and various APIs, this app aims to deliver an intuitive and comprehensive experience for cryptocurrency enthusiasts.\n\n## Features\n\n- **Real-Time Cryptocurrency Data**: Get the latest data on cryptocurrencies, including price, market cap, volume, and more.\n- **Cryptocurrency Trends**: Visualize price trends over time with interactive charts.\n- **Crypto News**: Stay updated with the latest news and developments in the cryptocurrency world.\n- **Market Insights**: Access detailed information about cryptocurrency exchanges and market metrics.\n\n## Technologies Used\n\n- **Frontend**: React, Ant Design, Chart.js\n- **State Management**: Redux, RTK Query\n- **APIs**:\n  - [CoinRanking API](https://rapidapi.com/Coinranking/api/coinranking1) for cryptocurrency data\n  - [Alpha Vantage API](https://rapidapi.com/bonaipowered/api/news-api14) for news\n\n## Setup and Installation\n\n### Prerequisites\n\n- Node.js and npm installed on your machine.\n- A RapidAPI key for accessing the CoinRanking and Alpha Vantage APIs.\n\n### Steps\n\n1. **Clone the Repository**\n\n    ```bash\n    git clone https://github.com/Kayleexx/CryptoFusion.git\n    cd crypto-market-app\n    ```\n\n2. **Install Dependencies**\n\n    ```bash\n    npm install\n    ```\n\n3. **Configure Environment Variables**\n\n    Create a `.env` file in the root directory and add the following:\n\n    ```bash\n    REACT_APP_RAPIDAPI_KEY=your-rapidapi-key\n    REACT_APP_CRYPTO_API_URL=https://coinranking1.p.rapidapi.com\n    REACT_APP_NEWS_API_URL=https://alpha-vantage.p.rapidapi.com/query\n    REACT_APP_NEWS_RAPIDAPI_HOST=alpha-vantage.p.rapidapi.com\n    REACT_APP_CRYPTO_RAPIDAPI_HOST=coinranking1.p.rapidapi.com\n    ```\n\n4. **Start the Development Server**\n\n    ```bash\n    npm start\n    ```\n\n    The app will be available at [http://localhost:3000](http://localhost:3000).\n\n## Usage\n\n- **Homepage**: Displays the global cryptocurrency stats and recent trends.\n- **Cryptocurrencies**: View detailed information about various cryptocurrencies.\n- **Exchanges**: Explore different cryptocurrency exchanges and their metrics.\n- **News**: Read the latest news related to cryptocurrencies.\n\n## Contributing\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/YourFeature`).\n3. Commit your changes (`git commit -am 'Add new feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Create a new Pull Request.\n\n# Website: [CryptoFusion](https://cryptofusion.netlify.app/)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayleexx%2Fcryptofusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkayleexx%2Fcryptofusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayleexx%2Fcryptofusion/lists"}