{"id":15832238,"url":"https://github.com/milliorn/cryptocurrency-list","last_synced_at":"2025-10-17T13:16:39.066Z","repository":{"id":63214718,"uuid":"544194456","full_name":"milliorn/cryptocurrency-list","owner":"milliorn","description":"Web application built with React, showcasing a list of cryptocurrencies along with their details.","archived":false,"fork":false,"pushed_at":"2025-09-01T10:08:48.000Z","size":7146,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-01T11:52:37.855Z","etag":null,"topics":["autoprefixer","axios","cryptocurrencies","cryptocurrency","cryptocurrency-exchanges","dompurify","postcss","react","react-icons","react-lazy-load-image-component","react-router-dom","reactjs","tailwind","tailwind-css","tailwindcss","tailwindui"],"latest_commit_sha":null,"homepage":"https://milliorn.github.io/cryptocurrency-list/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/milliorn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-01T22:22:42.000Z","updated_at":"2025-09-01T10:08:51.000Z","dependencies_parsed_at":"2023-12-04T05:38:09.700Z","dependency_job_id":"543d41e5-819f-4ed9-8a4e-cd9d78140ec0","html_url":"https://github.com/milliorn/cryptocurrency-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/milliorn/cryptocurrency-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fcryptocurrency-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fcryptocurrency-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fcryptocurrency-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fcryptocurrency-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milliorn","download_url":"https://codeload.github.com/milliorn/cryptocurrency-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fcryptocurrency-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276064222,"owners_count":25578997,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","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":["autoprefixer","axios","cryptocurrencies","cryptocurrency","cryptocurrency-exchanges","dompurify","postcss","react","react-icons","react-lazy-load-image-component","react-router-dom","reactjs","tailwind","tailwind-css","tailwindcss","tailwindui"],"created_at":"2024-10-05T12:41:27.875Z","updated_at":"2025-09-20T07:31:56.357Z","avatar_url":"https://github.com/milliorn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cryptocurrency-list\n\n[![CodeQL](https://github.com/milliorn/cryptocurrency-list/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/milliorn/cryptocurrency-list/actions/workflows/github-code-scanning/codeql)\n[![pages-build-deployment](https://github.com/milliorn/cryptocurrency-list/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/milliorn/cryptocurrency-list/actions/workflows/pages/pages-build-deployment)\n\nThis repository is a collection of cryptocurrency-related information and resources. It provides a web application built with React, showcasing a list of cryptocurrencies along with their details.\n\n## Demo\n\nYou can check out the live cryptocurrency list application [here](https://milliorn.github.io/cryptocurrency-list).\n\n## Features\n\n- Display a list of cryptocurrencies\n- Show details of each cryptocurrency\n- Fetch cryptocurrency data from the CoinGecko API\n- Use Axios for making API requests\n- Utilize React Router for navigation\n- Lazy load images for improved performance\n- Apply Tailwind CSS for styling\n\n## Installation\n\nTo run the cryptocurrency-list application locally, follow these steps:\n\n1. Clone the repository\n2. Navigate to the project directory: `cd cryptocurrency-list`\n3. Install the dependencies: `npm install`\n\n## Usage\n\n### Development Server\n\nTo start the development server, use the following command `npm start`\n\nThis will launch the application at `http://localhost:3000`.\n\n### Production Build\n\nTo build the application for production, use the following command `npm run build`\n\nThis will create a production-ready build in the `build` folder.\n\n### Deploy\n\nTo deploy the application to GitHub Pages, use the following command `npm run deploy`\n\nThis will deploy the application to the URL specified in the `homepage` field of the `package.json` file.\n\n## Technologies Used\n\n- React\n- Axios\n- CoinGecko API\n- React Router\n- React Icons\n- React Lazy Load Image Component\n- Tailwind CSS\n\n## Dependencies\n\n- [axios](https://www.npmjs.com/package/axios) - Promise-based HTTP client for making API requests\n- [dompurify](https://www.npmjs.com/package/dompurify) - Library to sanitize HTML\n- [react-router-dom](https://www.npmjs.com/package/react-router-dom) - DOM bindings for React Router\n- [CoinGecko](https://www.coingecko.com/en/api/documentation) - CoinGecko API for fetching cryptocurrency data\n- [TailwindCSS](https://tailwindcss.com/docs/guides/create-react-app) - Utility-first CSS framework for styling\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to the cryptocurrency-list project, please follow these guidelines:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make the necessary changes and commit them.\n4. Push your branch to your forked repository.\n5. Submit a pull request to the `main` branch of the original repository.\n\nPlease ensure that your code follows the project's coding style and conventions.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilliorn%2Fcryptocurrency-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilliorn%2Fcryptocurrency-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilliorn%2Fcryptocurrency-list/lists"}