{"id":20652937,"url":"https://github.com/gregoranders/ts-react-playground-test-data","last_synced_at":"2026-03-09T12:06:06.153Z","repository":{"id":92686720,"uuid":"271123434","full_name":"gregoranders/ts-react-playground-test-data","owner":"gregoranders","description":"TypeScript React Playground - Test Data","archived":false,"fork":false,"pushed_at":"2020-06-28T20:22:24.000Z","size":1065,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T21:28:29.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/gregoranders/ts-react-playground","language":null,"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/gregoranders.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":"2020-06-09T22:33:51.000Z","updated_at":"2020-06-28T20:22:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"bffc9ed3-8b60-44b0-8ed1-595ad3ecd0f9","html_url":"https://github.com/gregoranders/ts-react-playground-test-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregoranders/ts-react-playground-test-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fts-react-playground-test-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fts-react-playground-test-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fts-react-playground-test-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fts-react-playground-test-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoranders","download_url":"https://codeload.github.com/gregoranders/ts-react-playground-test-data/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fts-react-playground-test-data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30294762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"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":[],"created_at":"2024-11-16T17:39:34.221Z","updated_at":"2026-03-09T12:06:06.136Z","avatar_url":"https://github.com/gregoranders.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ts-react-playground - TypeScript React Playground\n\n## [TypeScript](http://www.typescriptlang.org/) [React](https://reactjs.org/)  Playground\n\n[Storybook](https://gregoranders.github.io/ts-react-playground-docs)\n\n[![Dependency Status][daviddm-image]][daviddm-url]\n[![License][license-image]][license-url]\n[![Issues][issues-image]][issues-url]\n\n[![Release Build][release-build-image]][release-url]\n\n[![Master Build][master-build-image]][master-url] [![Master Coverage][master-coveralls-image]][master-coveralls-url] [![Master Version][master-version-image]][master-version-url]\n\n[![Development Build][development-build-image]][development-url] [![Test Coverage][development-coveralls-image]][development-coveralls-url] [![Development Version][development-version-image]][development-version-url]\n\n[![Master Build][master-circleci-image]][master-circleci-url] [![Development Build][development-circleci-image]][development-circleci-url]\n\n[![Code maintainability][code-maintainability-image]][code-maintainability-url] [![Code issues][code-issues-image]][code-issues-url] [![Code Technical Debt][code-tech-debt-image]][code-tech-debt-url]\n\n[![Main Language](https://img.shields.io/github/languages/top/gregoranders/ts-react-playground)][code-metric-url] [![Languages](https://img.shields.io/github/languages/count/gregoranders/ts-react-playground)][code-metric-url] [![Code Size](https://img.shields.io/github/languages/code-size/gregoranders/ts-react-playground)][code-metric-url] [![Repo-Size](https://img.shields.io/github/repo-size/gregoranders/ts-react-playground)][code-metric-url]\n\n### Clone repository\n\n```\ngit clone https://github.com/gregoranders/ts-react-playground\n```\n\n### Install dependencies\n\n```\nnpm install\n```\n\n### Build\n\n```\nnpm run build\n```\n\n### Testing\n\n#### Test using [Jest](https://jestjs.io/)\n\n```\nnpm test\n```\n\n#### E2E Test using [Jest](https://jestjs.io/) and [Puppeteer](https://pptr.dev/)\n\n```\nnpm run it\n```\n\n### Development\n\n```\nnpm dev\n```\n\n### Storybook\n\n```\nnpm run storybook\n```\n\n### Clear\n\n```\nnpm run clear\n```\n\n[release-url]: https://github.com/gregoranders/ts-react-playground/releases\n[master-url]: https://github.com/gregoranders/ts-react-playground/tree/master\n[development-url]: https://github.com/gregoranders/ts-react-playground/tree/development\n[repository-url]: https://github.com/gregoranders/ts-react-playground\n[code-metric-url]: https://github.com/gregoranders/ts-react-playground/search?l=TypeScript\n[travis-url]: https://travis-ci.org/gregoranders/ts-react-playground\n[travis-image]: https://travis-ci.org/gregoranders/ts-react-playground.svg?branch=master\n[daviddm-url]: https://david-dm.org/gregoranders/ts-react-playground\n[daviddm-image]: https://david-dm.org/gregoranders/ts-react-playground.svg?branch=master\n[license-url]: https://github.com/gregoranders/ts-react-playground/blob/master/LICENSE\n[license-image]: https://img.shields.io/github/license/gregoranders/ts-react-playground.svg\n[master-version-url]: https://github.com/gregoranders/ts-react-playground/blob/master/package.json\n[master-version-image]: https://img.shields.io/github/package-json/v/gregoranders/ts-react-playground/master\n[development-version-url]: https://github.com/gregoranders/ts-react-playground/blob/development/package.json\n[development-version-image]: https://img.shields.io/github/package-json/v/gregoranders/ts-react-playground/development\n[issues-url]: https://github.com/gregoranders/ts-react-playground/issues\n[issues-image]: https://img.shields.io/github/issues-raw/gregoranders/ts-react-playground.svg\n[release-build-image]: https://github.com/gregoranders/ts-react-playground/workflows/Release%20CI/badge.svg\n[master-build-image]: https://github.com/gregoranders/ts-react-playground/workflows/Master%20CI/badge.svg\n[development-build-image]: https://github.com/gregoranders/ts-react-playground/workflows/Development%20CI/badge.svg\n[master-coveralls-url]: https://coveralls.io/github/gregoranders/ts-react-playground?branch=master\n[master-coveralls-image]: https://img.shields.io/coveralls/github/gregoranders/ts-react-playground/master\n[development-coveralls-image]: https://img.shields.io/coveralls/github/gregoranders/ts-react-playground/development\n[development-coveralls-url]: https://coveralls.io/github/gregoranders/ts-react-playground?branch=development\n[code-maintainability-url]: https://codeclimate.com/github/gregoranders/ts-react-playground/maintainability\n[code-maintainability-image]: https://img.shields.io/codeclimate/maintainability/gregoranders/ts-react-playground\n[code-issues-url]: https://codeclimate.com/github/gregoranders/ts-react-playground/maintainability\n[code-issues-image]: https://img.shields.io/codeclimate/issues/gregoranders/ts-react-playground\n[code-tech-debt-url]: https://codeclimate.com/github/gregoranders/ts-react-playground/maintainability\n[code-tech-debt-image]: https://img.shields.io/codeclimate/tech-debt/gregoranders/ts-react-playground\n[master-circleci-image]: https://circleci.com/gh/gregoranders/ts-react-playground/tree/master.svg?style=shield\n[master-circleci-url]: https://app.circleci.com/pipelines/github/gregoranders/ts-react-playground?branch=master\n[development-circleci-image]: https://circleci.com/gh/gregoranders/ts-react-playground/tree/development.svg?style=shield\n[development-circleci-url]: https://app.circleci.com/pipelines/github/gregoranders/ts-react-playground?branch=development\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoranders%2Fts-react-playground-test-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoranders%2Fts-react-playground-test-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoranders%2Fts-react-playground-test-data/lists"}