{"id":21888704,"url":"https://github.com/avinashreddy1315/coinwatch","last_synced_at":"2026-04-15T05:31:40.783Z","repository":{"id":249854772,"uuid":"832755231","full_name":"avinashreddy1315/CoinWatch","owner":"avinashreddy1315","description":"CryptoWatch is a Chrome extension for tracking cryptocurrency prices and managing favorites. It includes real-time data from CoinGecko API, user authentication, and powerful historical data visualization features.","archived":false,"fork":false,"pushed_at":"2024-10-01T18:23:47.000Z","size":24592,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T20:49:56.497Z","etag":null,"topics":["apexcharts","chartjs","coingecko-api","css","firebase","firebaseauthentication","firestore-database","framer-motion","javascript","material-ui","raectjs"],"latest_commit_sha":null,"homepage":"https://chromewebstore.google.com/detail/cryptowatch/dkblgnpmcbchofckopipgkjehhheahdf","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/avinashreddy1315.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":"2024-07-23T16:53:30.000Z","updated_at":"2025-05-23T11:42:24.000Z","dependencies_parsed_at":"2024-07-23T20:04:52.569Z","dependency_job_id":"76dcd886-eb77-4c96-a070-f9dc87574152","html_url":"https://github.com/avinashreddy1315/CoinWatch","commit_stats":null,"previous_names":["avinashreddy1315/coinwatch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avinashreddy1315/CoinWatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashreddy1315%2FCoinWatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashreddy1315%2FCoinWatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashreddy1315%2FCoinWatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashreddy1315%2FCoinWatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avinashreddy1315","download_url":"https://codeload.github.com/avinashreddy1315/CoinWatch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashreddy1315%2FCoinWatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31828530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"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":["apexcharts","chartjs","coingecko-api","css","firebase","firebaseauthentication","firestore-database","framer-motion","javascript","material-ui","raectjs"],"created_at":"2024-11-28T11:16:46.071Z","updated_at":"2026-04-15T05:31:40.758Z","avatar_url":"https://github.com/avinashreddy1315.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CoinWatch\n\nCoinWatch is a Google Chrome extension that allows users to keep track of cryptocurrency prices and manage their favorite coins. The extension offers various features including user authentication, real-time data retrieval from Firestore, and detailed coin information with historical data visualization.\n\n## Features\n\n- **User Authentication**: Secure login functionality with data storage in Firebase.\n- **Real-Time Coin Prices**: Fetches and displays the latest prices of cryptocurrencies using the CoinGecko API.\n- **Favorite List**: Users can add or remove coins from their favorite list.\n- **Currency Conversion**: Ability to change the displayed currency for coin prices.\n- **Filtering and Search**: Users can apply filters and search for specific coins.\n- **Historical Data Visualization**: Displays historical price data using line and candlestick graphs.\n- **Detailed Coin Information**: Provides previous details and historical data of each coin.\n\n## Technologies Used\n\n- ![React](https://img.shields.io/badge/React-React.js-61DAFB?logo=react\u0026logoColor=white)\n- ![JavaScript](https://img.shields.io/badge/JavaScript-JavaScript-F7DF1E?logo=javascript\u0026logoColor=white)\n- ![Material-UI](https://img.shields.io/badge/Material--UI-Material--UI-0081CB?logo=material-ui\u0026logoColor=white)\n- ![ApexCharts](https://img.shields.io/badge/ApexCharts-ApexCharts-FF4560?logo=apexcharts\u0026logoColor=white)\n- ![Firebase](https://img.shields.io/badge/Firebase-Firebase-FFCA28?logo=firebase\u0026logoColor=white)\n- ![Firestore](https://img.shields.io/badge/Firestore-Firebase--Firestore-FFCA28?logo=firebase\u0026logoColor=white)\n- ![CoinGecko API](https://img.shields.io/badge/CoinGecko_API-CoinGecko_API-00A82D?logo=coin-gecko\u0026logoColor=white)\n\n## Installation\n\nTo install and run the CoinWatch extension locally:\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/avinashreddy1315/CoinWatch.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```sh\n   cd CoinWatch\n   ```\n\n3. Install the dependencies:\n\n   ```sh\n   npm install\n   ```\n\n4. Build the project:\n\n   ```sh\n   npm run build\n   ```\n\n5. Load the extension in Google Chrome:\n   - Open Chrome and go to `chrome://extensions/`\n   - Enable \"Developer mode\"\n   - Click \"Load unpacked\" and select the `build` directory\n\n## Usage\n\n- After installing the extension, click on the CryptoWatch icon in the Chrome toolbar to open the extension.\n- Log in with your credentials to access the features.\n- Use the search bar to find specific coins, apply filters to narrow down results, and add coins to your favorite list.\n- Change the displayed currency from the settings menu.\n- View detailed coin information and historical price data in various graphical formats.\n\n## Links\n\n- Chrome Web Store: https://chromewebstore.google.com/detail/cryptowatch/dkblgnpmcbchofckopipgkjehhheahdf\n- Live Demo: https://coin-watch-livid.vercel.app\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinashreddy1315%2Fcoinwatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinashreddy1315%2Fcoinwatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinashreddy1315%2Fcoinwatch/lists"}