{"id":28796515,"url":"https://github.com/hmzahiqball/exchange-app","last_synced_at":"2026-05-04T00:32:27.465Z","repository":{"id":293174714,"uuid":"983193880","full_name":"hmzahiqball/exchange-app","owner":"hmzahiqball","description":"A React-based application that displays foreign exchange rates","archived":false,"fork":false,"pushed_at":"2025-05-23T04:29:56.000Z","size":319,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T14:18:48.259Z","etag":null,"topics":["css","html","jquery","js","reactjs","table-component"],"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/hmzahiqball.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":"2025-05-14T02:57:06.000Z","updated_at":"2025-05-23T04:31:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e538d6f-9490-450d-8208-72d3f49ff00c","html_url":"https://github.com/hmzahiqball/exchange-app","commit_stats":null,"previous_names":["hmzahiqball/exchange-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hmzahiqball/exchange-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmzahiqball%2Fexchange-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmzahiqball%2Fexchange-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmzahiqball%2Fexchange-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmzahiqball%2Fexchange-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hmzahiqball","download_url":"https://codeload.github.com/hmzahiqball/exchange-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmzahiqball%2Fexchange-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32590219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"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":["css","html","jquery","js","reactjs","table-component"],"created_at":"2025-06-18T04:00:59.257Z","updated_at":"2026-05-04T00:32:27.438Z","avatar_url":"https://github.com/hmzahiqball.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💱 Currency Exchange Rate Viewer\n\nA React-based application that displays foreign exchange rates in an interactive table format using `react-data-table-component`. The app supports both static data from a local file and live data from the [exchangerate-api.com](https://www.exchangerate-api.com) API\n\n![Screenshot](public/screenshot1.png)\n![Screenshot](public/screenshot2.png)\n---\n\n## 🌐 Live Demo\n\nExample: [View Demo](https://put-exchangerate.netlify.app)\n\n---\n\n## 📌 Features\n\n- 🌍 Displays exchange rates for 150+ global currencies\n- 📊 Interactive data table: sortable, paginated, and responsive\n- 💵 Static row for USD always stays at the top\n- 🔄 Supports live data via a personal API key from exchangerate-api.com\n- 📁 Defaults to local JSON file (`src/json/response.json`) if no API is used\n- 🎨 Clean and responsive UI powered by Tailwind CSS\n\n---\n\n## 🚀 Installation \u0026 Running the App\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/hmzahiqball/exchange-app.git\ncd exchange-app\n```\n\n### 2. Install Dependencies\n```bash\nnpm install\n```\n\n### 3. Start the Development Server\n```bash\nnpm run dev\n```\n\n\n## 🔧 Using Live API (Optional)\nTo display real-time exchange rates, you can use your personal API key from:\n\n🔗 https://www.exchangerate-api.com\n\n### Steps:\n- Sign up and get your personal API key.\n- Open `src/api/currencyAPI.jsx` and update the token with your API key\n\n\n## 🗂 Project Structure\n```bash\n├── public/\n├── src/\n│   ├── data/\n│   │   └── currencyMeta.js        # Currency names and country metadata\n│   ├── json/\n│   │   └── response.json          # Local exchange rate data (default)\n│   └── components/\n│       └── CurrencyTable.jsx      # Main data table component\n├── .env                           # API key configuration file (optional)\n├── package.json\n└── README.md\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmzahiqball%2Fexchange-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhmzahiqball%2Fexchange-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmzahiqball%2Fexchange-app/lists"}