{"id":20972258,"url":"https://github.com/subramanyaks/tic-tac-toe","last_synced_at":"2026-06-20T04:31:16.123Z","repository":{"id":151842746,"uuid":"497658314","full_name":"SubramanyaKS/Tic-Tac-Toe","owner":"SubramanyaKS","description":"Implementation of Tic Tac Toe Game using React JS with both player vs player and player vs Ai","archived":false,"fork":false,"pushed_at":"2023-12-28T02:10:48.000Z","size":253,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T08:49:55.293Z","etag":null,"topics":["react","reactjs","tic-tac-toe","tic-tac-toe-game","tic-tac-toe-react","tictactoe","tictactoe-game"],"latest_commit_sha":null,"homepage":"","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/SubramanyaKS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-05-29T17:17:36.000Z","updated_at":"2023-12-10T16:28:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd449fba-d1fe-4c39-b824-c2f94bfb3dd3","html_url":"https://github.com/SubramanyaKS/Tic-Tac-Toe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SubramanyaKS/Tic-Tac-Toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FTic-Tac-Toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FTic-Tac-Toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FTic-Tac-Toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FTic-Tac-Toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SubramanyaKS","download_url":"https://codeload.github.com/SubramanyaKS/Tic-Tac-Toe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FTic-Tac-Toe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34557551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["react","reactjs","tic-tac-toe","tic-tac-toe-game","tic-tac-toe-react","tictactoe","tictactoe-game"],"created_at":"2024-11-19T04:07:02.642Z","updated_at":"2026-06-20T04:31:16.102Z","avatar_url":"https://github.com/SubramanyaKS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tic-Tac-Toe\n\nA simple Tic-Tac-Toe game using react JS contains both player vs player and player vs computer.\n\nTic-tac-toe or Xs and Os is a paper-and-pencil game for two players who take turns marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. It is a solved game, with a forced draw assuming best play from both players. [source](https://en.m.wikipedia.org/wiki/Tic-tac-toe)\n\n\n---\n\n### Technology.\n\n* ![React JS](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n* ![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white)\n* ![VS Code](https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=for-the-badge\u0026logo=visual%20studio%20code\u0026logoColor=white)\n---\n### Prerequisits.\n\n* [![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)](https://nodejs.org/) must be installed before installing the project.\n* [![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge\u0026logo=git\u0026logoColor=white)](https://git-scm.com/) must be installed to clone this project.\n* Operating System used is Windows  (Note: in linux i have not tested it).\n* You may use any editor of your choice (Recommended VS Code).\n\n---\n### Run and Setup\n\n1. Fork the Project and clone Repository using git clone\n\n```\ngit clone https://github.com/SubramanyaKS/Tic-Tac-Toe.git\n```\n\n2.  Install all dependency in package.json\n\n```\nnpm install\n```\n\n3.  Run application using command\n\n```\nnpm run dev\n```\n\n5. Automatically open the website in localhost\n\n```\nhttp://localhost/5173\n```\n---\n\n### Contribution\n\nWe welcome contributions! If you'd like to contribute to Tic-Tac-Toe, please follow our [Contribution Guidelines](https://github.com/SubramanyaKS/Tic-Tac-Toe/blob/main/CONTRIBUTING.md).\n\n---\n### Author\n\n**Subramanya K S**\n\n\n---\n### Credits.\n\n* GeeksForGeeks\n* Wikipedia\n* React\n* VS Code\n\nIf you like the project 🌟 the repository.\n\nThank you with ❤ Subramanya KS","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubramanyaks%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubramanyaks%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubramanyaks%2Ftic-tac-toe/lists"}