{"id":19021425,"url":"https://github.com/sldeaals/currency-api-exercise","last_synced_at":"2026-06-22T17:32:04.484Z","repository":{"id":218000820,"uuid":"371279176","full_name":"sldeaals/currency-api-exercise","owner":"sldeaals","description":"Testing your basic knowledge","archived":false,"fork":false,"pushed_at":"2024-01-19T05:12:09.000Z","size":176,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T18:30:31.617Z","etag":null,"topics":["front-end","frontend","react","reactjs"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/sldeaals.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":"2021-05-27T07:08:22.000Z","updated_at":"2021-05-27T07:11:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0143881-93f4-414b-9906-b535702c6fc9","html_url":"https://github.com/sldeaals/currency-api-exercise","commit_stats":null,"previous_names":["sldeaals/currency-api-exercise"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sldeaals/currency-api-exercise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldeaals%2Fcurrency-api-exercise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldeaals%2Fcurrency-api-exercise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldeaals%2Fcurrency-api-exercise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldeaals%2Fcurrency-api-exercise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sldeaals","download_url":"https://codeload.github.com/sldeaals/currency-api-exercise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldeaals%2Fcurrency-api-exercise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34659896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":["front-end","frontend","react","reactjs"],"created_at":"2024-11-08T20:21:44.947Z","updated_at":"2026-06-22T17:32:04.464Z","avatar_url":"https://github.com/sldeaals.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Setup\n```bash\ngit clone https://github.com/sldeaals/currency-api-exercise.git \u0026\u0026 cd currency-api-exercise \u0026\u0026 npm install \u0026\u0026 npm run start\n```\n\n#### Create a component that consumes a currency exchange API based on a currency selected in a Dropdown.\n\n#### Resources:\nCurrency Exchange API:\n```js\nhttps://v6.exchangerate-api.com/v6/71d0d9072451bae18657a9ec/latest/{CURRENCY_CODE}\n```\n\u003chr\u003e\n\n```js\n// App.js\n```\n- Create a dropdown with the currencies EUR, USD, BRL, PEN, and ARS (put USD by default)\n\n\u003chr\u003e\n\n```js\n// ExchangeRates.js\n```\n- Fetch the exchange rates based on the selected currency and display them using a list with the following format\n\ncurrency_code: value\n##### e.g.\n```json\n1. USD: 1.1745\n2. CAD: 1.3331\n```\n\n- If the request is loading, you should display **\"Loading...\"**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsldeaals%2Fcurrency-api-exercise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsldeaals%2Fcurrency-api-exercise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsldeaals%2Fcurrency-api-exercise/lists"}