{"id":16352817,"url":"https://github.com/mixelpixel/react-tac-toe","last_synced_at":"2026-07-05T22:31:15.343Z","repository":{"id":106837369,"uuid":"98148273","full_name":"mixelpixel/React-Tac-Toe","owner":"mixelpixel","description":"FB's tutorial: https://facebook.github.io/react/tutorial/tutorial.html","archived":false,"fork":false,"pushed_at":"2018-02-12T05:30:02.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T18:55:31.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mixelpixel.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":"2017-07-24T04:13:29.000Z","updated_at":"2018-02-11T22:30:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"987d1de0-805f-4e3e-a860-3f255092c544","html_url":"https://github.com/mixelpixel/React-Tac-Toe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixelpixel%2FReact-Tac-Toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixelpixel%2FReact-Tac-Toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixelpixel%2FReact-Tac-Toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixelpixel%2FReact-Tac-Toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mixelpixel","download_url":"https://codeload.github.com/mixelpixel/React-Tac-Toe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239619465,"owners_count":19669449,"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","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-11T01:27:41.214Z","updated_at":"2025-10-26T14:05:09.167Z","avatar_url":"https://github.com/mixelpixel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-Tac-Toe\nLeft off with Storing the history: https://facebook.github.io/react/tutorial/tutorial.html#storing-a-history\n\n### FB's tutorial: https://facebook.github.io/react/tutorial/tutorial.html\n\n### Support communities: https://facebook.github.io/react/community/support.html\n\n\n#### Configuration notes\n1. Creating a new application: https://facebook.github.io/react/docs/installation.html#creating-a-new-application\n  ```console\n  01 $  npm install create-react-app\n    npm WARN saveError ENOENT: no such file or directory, open '/Users/mixelpix/JavaScript/React-Tac-Toe/package.json'\n    npm notice created a lockfile as package-lock.json. You should commit this file.\n    npm WARN enoent ENOENT: no such file or directory, open '/Users/mixelpix/JavaScript/React-Tac-Toe/package.json'\n    npm WARN React-Tac-Toe No description\n    npm WARN React-Tac-Toe No repository field.\n    npm WARN React-Tac-Toe No README data\n    npm WARN React-Tac-Toe No license field.\n\n    + create-react-app@1.3.3\n    added 71 packages in 4.716s\n  02 $  create-react-app my-app\n    Creating a new React app in /Users/mixelpix/JavaScript/React-Tac-Toe/my-app.\n\n    Installing packages. This might take a couple minutes.\n    Installing react, react-dom, and react-scripts...\n\n\n    \u003e fsevents@1.1.2 install /Users/mixelpix/JavaScript/React-Tac-Toe/my-app/node_modules/fsevents\n    \u003e node install\n\n    [fsevents] Success: \"/Users/mixelpix/JavaScript/React-Tac-Toe/my-app/node_modules/fsevents/lib/binding/Release/nod\n    e-v57-darwin-x64/fse.node\" already installed\n    Pass --update-binary to reinstall or --build-from-source to recompile\n    npm notice created a lockfile as package-lock.json. You should commit this file.\n\n    + react@15.6.1\n    + react-dom@15.6.1\n    + react-scripts@1.0.10\n    added 1204 packages in 70.091s\n\n    Success! Created my-app at /Users/mixelpix/JavaScript/React-Tac-Toe/my-app\n    Inside that directory, you can run several commands:\n\n      npm start\n        Starts the development server.\n\n      npm run build\n        Bundles the app into static files for production.\n\n      npm test\n        Starts the test runner.\n\n      npm run eject\n        Removes this tool and copies build dependencies, configuration files\n        and scripts into the app directory. If you do this, you can’t go back!\n\n    We suggest that you begin by typing:\n\n      cd my-app\n      npm start\n\n    Happy hacking!\n\n  03 $  cd my-app\n  04 $  npm start\n    \u003e my-app@0.1.0 start /Users/mixelpix/JavaScript/React-Tac-Toe/my-app\n    \u003e react-scripts start\n\n\n    Starting the development server...\n    Compiled successfully!\n\n    You can now view my-app in the browser.\n\n      Local:            http://localhost:3000/\n      On Your Network:  http://192.168.1.106:3000/\n\n    Note that the development build is not optimized.\n    To create a production build, use npm run build.\n  ```\n2.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixelpixel%2Freact-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmixelpixel%2Freact-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixelpixel%2Freact-tac-toe/lists"}