{"id":15130983,"url":"https://github.com/blopez024/react-tic-tac-toe","last_synced_at":"2026-02-27T04:33:31.201Z","repository":{"id":256469217,"uuid":"855381009","full_name":"blopez024/react-tic-tac-toe","owner":"blopez024","description":"A simple and interactive Tic-Tac-Toe game built with React, featuring dynamic player turns, game history tracking, and winner detection with a responsive UI.","archived":false,"fork":false,"pushed_at":"2024-09-18T19:11:35.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T15:51:22.544Z","etag":null,"topics":["css","javascript","reactjs","vitejs"],"latest_commit_sha":null,"homepage":"https://blopez024.github.io/react-tic-tac-toe/","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/blopez024.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}},"created_at":"2024-09-10T19:16:14.000Z","updated_at":"2024-09-18T19:11:38.000Z","dependencies_parsed_at":"2024-09-10T23:22:25.187Z","dependency_job_id":"32a919c9-84e9-4d7e-a8c0-9b2f1c3db26f","html_url":"https://github.com/blopez024/react-tic-tac-toe","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.045454545454545414","last_synced_commit":"cb0b6285418d9d96c251bc480c08eff720e1896d"},"previous_names":["blopez024/react-tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blopez024/react-tic-tac-toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopez024%2Freact-tic-tac-toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopez024%2Freact-tic-tac-toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopez024%2Freact-tic-tac-toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopez024%2Freact-tic-tac-toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blopez024","download_url":"https://codeload.github.com/blopez024/react-tic-tac-toe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopez024%2Freact-tic-tac-toe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29884754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"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":["css","javascript","reactjs","vitejs"],"created_at":"2024-09-26T03:20:38.012Z","updated_at":"2026-02-27T04:33:31.167Z","avatar_url":"https://github.com/blopez024.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Tic-Tac-Toe\n\nA simple Tic-Tac-Toe game built using React and Vite.\n\n\u003cimg src=\"public/tic-tac-toe.png\" alt=\"tic tac toe\" height=\"400\"/\u003e\n\n### Table of Contents\n\n- [Demo](#demo)\n- [Features](#features)\n- [Getting Started](#getting-started)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n### Demo\n\n- [Live Demo](https://blopez024.github.io/react-tic-tac-toe/)\n\n### Features\n\n- Interactive 3x3 Tic-Tac-Toe board.\n- Keeps track of the players' turns.\n- Displays the winner or declares a draw.\n- Built entirely using Vite + React.\n\n### Getting Started\n\nThese instructions will help you set up the project on your local machine.\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/blopez024/react-tic-tac-toe.git\n   cd react-tic-tac-toe\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n   This will start the app at http://localhost:5173\n\n### Usage\n\nTo play the game:\n\n- Open your browser and go to http://localhost:5173.\n- Play Tic-Tac-Toe against yourself or a friend!\n- The first player to get three of their symbols in a row (horizontally, vertically, or diagonally) wins.\n\nProject Structure\n\n```bash\nCopy code\nreact-tic-tac-toe/\n├── [public]/                # Public directory for static assets\n│ └── vite.svg               # SVG file used in the project, often for branding or icons\n├── [src]/                   # Source directory for your application's code\n│ ├── App.css                # CSS file for styling the App component\n│ ├── App.jsx                # Main React component for the application\n│ ├── index.css              # Global CSS file for general styles\n│ └── main.jsx               # Entry point for the React application\n├── index.html               # HTML file where the React app is rendered\n├── vite.config.js           # Configuration file for Vite, the build tool\n├── package.json             # Project metadata and dependencies\n└── README.md                # Documentation file with project details and setup instructions\n\n\n```\n\n# Contributing\n\nIf you'd like to contribute to this project, feel free to submit pull requests or open issues. Here's how you can contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n   3.Commit your changes (`git commit -m \"Added some feature\"`).\n3. Push to the branch (`git push origin feature-branch`).\n4. Open a pull request.\n\n### License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopez024%2Freact-tic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblopez024%2Freact-tic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopez024%2Freact-tic-tac-toe/lists"}