{"id":16955556,"url":"https://github.com/rcdexta/react-scrabble","last_synced_at":"2025-08-19T09:10:30.759Z","repository":{"id":57344070,"uuid":"85412852","full_name":"rcdexta/react-scrabble","owner":"rcdexta","description":"The word scrabble game written in React.js","archived":false,"fork":false,"pushed_at":"2017-04-17T07:35:24.000Z","size":591,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-06T19:13:35.352Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rcdexta.github.io/react-scrabble/","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/rcdexta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-18T15:46:33.000Z","updated_at":"2024-04-14T18:54:23.000Z","dependencies_parsed_at":"2022-09-11T09:00:41.504Z","dependency_job_id":null,"html_url":"https://github.com/rcdexta/react-scrabble","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/rcdexta/react-scrabble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdexta%2Freact-scrabble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdexta%2Freact-scrabble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdexta%2Freact-scrabble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdexta%2Freact-scrabble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcdexta","download_url":"https://codeload.github.com/rcdexta/react-scrabble/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdexta%2Freact-scrabble/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271128660,"owners_count":24703879,"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-08-19T02:00:09.176Z","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":[],"created_at":"2024-10-13T22:12:38.855Z","updated_at":"2025-08-19T09:10:30.736Z","avatar_url":"https://github.com/rcdexta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-scrabble\n\n\u003e The familiar scrabble word game written in React.js\n\n\n[![Build Status](https://travis-ci.org/rcdexta/react-scrabble.svg?branch=master)](https://travis-ci.org/rcdexta/react-scrabble)\n[![npm version](https://badge.fury.io/js/react-scrabble.svg)](https://badge.fury.io/js/react-scrabble)\n\n## Usage\n\nThe data should be of the following form\n\n```javascript\nconst data = [\n  {\n    word: 'FAR',\n    hint: '3 letter word that means not so close'\n  },\n  {\n    word: 'PERIODIC',\n    hint: '8 letter word, your timetable has this'\n  }\n]\n```\nYou can initialise the board by passing the data props\n\n```javascript\nimport {Board} from 'react-scrabble'\nclass App extends Component {\n  render() {\n    return (\n      \u003cBoard data={data}/\u003e\n    );\n  }\n}r\n```\n\n## Development\n\n1. Getting started\n\n\n```\ncd react-scrabble/\nyarn install\nyarn run storybook\n```\n\n### Scripts\n\n1. `npm run lint` : Lint all js files\n2. `npm run lintfix` : fix linting errors of all js files\n3. `npm run semantic-release` : make a release. Leave it for CI to do.\n4. `npm run storybook`: Start developing by using storybook\n5. `npm run test` : Run tests. tests file should be written as `*.test.js` and using ES2015\n6. `npm run test:watch` : Watch tests while writing\n7. `npm run test:cover` : Show coverage report of your tests\n8. `npm run test:report` : Report test coverage to codecov.io. Leave this for CI\n9. `npm run build`: transpile all ES6 component files into ES5(commonjs) and put it in `dist` directory\n10. `npm run docs`: create static build of storybook in `docs` directory that can be used for github pages\n\nLearn how to write stories [here](https://getstorybook.io/docs/basics/writing-stories)\n\n### License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcdexta%2Freact-scrabble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcdexta%2Freact-scrabble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcdexta%2Freact-scrabble/lists"}