{"id":19561470,"url":"https://github.com/ahmedsamyop/crypto-app","last_synced_at":"2026-04-30T20:32:13.125Z","repository":{"id":171183904,"uuid":"647560367","full_name":"ahmedsamyop/crypto-app","owner":"ahmedsamyop","description":"The Crypto App build with React, Redux, Router Dom, Docker , CircleCi, Netlify","archived":false,"fork":false,"pushed_at":"2024-04-24T14:42:01.000Z","size":1007,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T20:06:10.977Z","etag":null,"topics":["chartjs","ci-cd","circleci","crypto","cryptocurrency","docker","docker-compose","dockerfile","fontawesome","javascript","javascript-library","netlify","netlify-cli","react","react-redux","react-router-dom"],"latest_commit_sha":null,"homepage":"https://shatot-crypto.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/ahmedsamyop.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":"2023-05-31T03:31:04.000Z","updated_at":"2024-04-24T14:42:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"098e302b-0394-4a03-916d-6b4ec5176590","html_url":"https://github.com/ahmedsamyop/crypto-app","commit_stats":null,"previous_names":["ahmedsamyop/crypto-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmedsamyop/crypto-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedsamyop%2Fcrypto-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedsamyop%2Fcrypto-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedsamyop%2Fcrypto-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedsamyop%2Fcrypto-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmedsamyop","download_url":"https://codeload.github.com/ahmedsamyop/crypto-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedsamyop%2Fcrypto-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32476682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["chartjs","ci-cd","circleci","crypto","cryptocurrency","docker","docker-compose","dockerfile","fontawesome","javascript","javascript-library","netlify","netlify-cli","react","react-redux","react-router-dom"],"created_at":"2024-11-11T05:11:37.407Z","updated_at":"2026-04-30T20:32:13.110Z","avatar_url":"https://github.com/ahmedsamyop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crypto-app\n\nReact Crypto App : delivers the latest news and information on cryptocurrencies in an easy to use format\n\n## Description\n\nThe crypto app is an information and news aggregator that connects you with the most pertinent news and information on cryptocurrencies. \u003cbr\u003e The app offers real-time updates on all major cryptocurrencies, making it the go-to source for everything Crypto. \u003cbr\u003e Our easy to use interface provides you with all the latest information on cryptocurrency prices, charts, reviews and more.\n\n#### build \u0026 Deploy with :\n\n- React\n- React Router Dom\n- React Redux \u0026 toolkit\n- Docker\n- CircleCi\n- Netlify\n\n[View Demo](https://shatot-crypto.netlify.app/)\n\n## Build and Start Project in Local Machine\n\nClone the project\n\n```bash\n  git clone https://github.com/ahmedsamyop/crypto-app.git\n```\n\nTo Install all dependencies, run the following command\n\n```bash\n  npm install\n```\n\nTo build, run the following command\n\n```bash\n  npm run build\n```\n\nTo Test, run the following command\n\n```bash\n  npm run test\n```\n\nTo Start developing , run the following command\n\n```bash\n  npm start\n```\n\n## Build and Start Project in Docker\n\nClone the project\n\n```bash\n  git clone https://github.com/ahmedsamyop/crypto-app.git\n```\n\nTo Start developing , run the following command\n\n```bash\n  docker compose up -d --build\n```\n\nTo Stop project , run the following command\n\n```bash\n  docker compose down\n```\n\n## Environment Variables\n\n- Create a file `.env` to add environment variables\n- To run this project, you will need to add the following environment variables to your .env file\n\n```bash\nREACT_APP_CRYPTO_API_KEY=\"Your Api\"\nREACT_APP_CRYPTO_API_HOST=\"Your Api\"\nREACT_APP_NEWS_API_KEY=\"Your Api\"\nREACT_APP_NEWS_API_HOST=\"Your Api\"\n```\n\n## Get Your API\n\n#### RapidAPI\n\nRapidAPI provides developers with a powerful and straightforward API that makes it easy to create applications\n\n- Create Account\n- Subscribe Coinranking\n- Subscribe Bing News Search\n\n## Deployment\n\n- CI / CD CircleCi Deploying to Netlify [@blog](https://circleci.com/blog/react-netlify-deploy/)\n\n- To deploy this project run\n\n```bash\n  npm run deploy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedsamyop%2Fcrypto-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmedsamyop%2Fcrypto-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedsamyop%2Fcrypto-app/lists"}