{"id":18411486,"url":"https://github.com/chintan45/cryptopricetracker","last_synced_at":"2026-05-02T02:38:10.620Z","repository":{"id":212663035,"uuid":"474603033","full_name":"Chintan45/CryptoPriceTracker","owner":"Chintan45","description":" React Native based cross-platform mobile application to track cryptocurrency prices.","archived":false,"fork":false,"pushed_at":"2024-04-09T02:29:28.000Z","size":68728,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T22:55:57.796Z","etag":null,"topics":["app-development","crypto","mobile-application-development","react-native"],"latest_commit_sha":null,"homepage":"","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/Chintan45.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}},"created_at":"2022-03-27T10:22:59.000Z","updated_at":"2024-04-09T08:42:24.000Z","dependencies_parsed_at":"2024-11-06T03:50:00.030Z","dependency_job_id":null,"html_url":"https://github.com/Chintan45/CryptoPriceTracker","commit_stats":null,"previous_names":["chintan45/cryptopricetracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chintan45%2FCryptoPriceTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chintan45%2FCryptoPriceTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chintan45%2FCryptoPriceTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chintan45%2FCryptoPriceTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chintan45","download_url":"https://codeload.github.com/Chintan45/CryptoPriceTracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643050,"owners_count":21138353,"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":["app-development","crypto","mobile-application-development","react-native"],"created_at":"2024-11-06T03:37:14.912Z","updated_at":"2026-05-02T02:38:10.577Z","avatar_url":"https://github.com/Chintan45.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto Price Tracker\n\n![React Native](https://img.shields.io/badge/react--native-v0.66.4-blue) ![Recoil](https://img.shields.io/badge/recoil-v0.5.2-purple) ![Recharts](https://img.shields.io/badge/recharts-v2.1.8-green)\n\nThe Crypto Price Tracker is a comprehensive mobile application designed to provide real-time tracking of over 10,000 cryptocurrencies. This app is a must-have for anyone invested in the dynamic world of cryptocurrencies. This app brings you closer to your investment goals with its detailed analysis and user-friendly design.\n\n![Portfolio Overview](/screenshots/Feature_Graphic.jpg \"Portfolio Overview\")\n\n## Features\n\n- **Real-Time Tracking**: Get live updates on over 10,000 cryptocurrencies. Stay ahead with up-to-the-minute prices to make informed decisions.\n- **Portfolio Management**: Easily add your cryptocurrency investments to your portfolio and monitor their performance. Tracking your Profits \u0026 Losses has never been easier.\n- **Trend Visualization**: Our app includes detailed charts that visualize the price trends of cryptocurrencies. Analyze historical data with ease to spot patterns and trends.\n- **User-Friendly Interface**: Designed with the user in mind, our app boasts an intuitive interface that makes navigation and usage seamless.\n- **Cross-Platform Development**: Built using React Native, ensuring a smooth and consistent experience across different Android devices.\n\n## App Screenshots\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"/screenshots/Android%201.jpg\" width=\"30%\" style=\"max-width: 300px; min-width: 200px;\" alt=\"Screenshot-1\" /\u003e\n    \u003cimg src=\"/screenshots/Android%202.jpg\" width=\"30%\" style=\"max-width: 300px; min-width: 200px;\" alt=\"Screenshot-2\" /\u003e\n    \u003cimg src=\"/screenshots/Android%203.jpg\" width=\"30%\" style=\"max-width: 300px; min-width: 200px;\" alt=\"Screenshot\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"/screenshots/Android%204.jpg\" width=\"30%\" style=\"max-width: 300px; min-width: 200px;\" alt=\"Screenshot\" /\u003e\n    \u003cimg src=\"/screenshots/Android%205.jpg\" width=\"30%\" style=\"max-width: 300px; min-width: 200px;\" alt=\"Screenshot\" /\u003e\n    \u003cimg src=\"/screenshots/Android%206.jpg\" width=\"30%\" style=\"max-width: 300px; min-width: 200px;\" alt=\"Screenshot\" /\u003e\n\u003c/p\u003e\n\n## Technologies Used\n\n- **React Native**: For developing a cross-platform mobile application.\n- **Recoil**: For managing and centralizing application state.\n- **REST APIs**: To fetch real-time data from various cryptocurrency markets.\n- **Data Visualization**: Implementing charts for visual trend analysis.\n\n## Getting Started\n\nTo run the Crypto Price Tracker app on your local machine, follow these steps:\n\n1. **Clone the repository**\n   - Open your terminal.\n   - Clone the repository by running:\n     ```\n     git clone https://github.com/your-username/crypto-price-tracker.git\n     ```\n   - Navigate into the cloned directory:\n     ```\n     cd crypto-price-tracker\n     ```\n\n2. **Install dependencies**\n   - Ensure you have Node.js installed on your system.\n   - Install the required npm packages by running:\n     ```\n     npm install\n     ```\n\n3. **Run the app**\n   - Start the React Native app by running:\n     ```\n     npx react-native start\n     ```\n   - To run the app on an Android emulator or device, open another terminal window and run:\n     ```\n     npx react-native run-android\n     ```\n   - For iOS, run:\n     ```\n     npx react-native run-ios\n     ```\n     (Make sure you have Xcode installed and configured for iOS development.)\n\n4. **Explore the app**\n   - Now, the app should be running on your emulator or device. Explore the app to track cryptocurrency prices in real-time, manage your portfolio, and analyze trends.\n\nMake your cryptocurrency tracking efficient and effective with the Crypto Price Tracker today!\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchintan45%2Fcryptopricetracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchintan45%2Fcryptopricetracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchintan45%2Fcryptopricetracker/lists"}