{"id":28519994,"url":"https://github.com/shivamsaurabh25/tic-tac-toe","last_synced_at":"2026-07-18T11:03:48.223Z","repository":{"id":289588928,"uuid":"971547336","full_name":"shivamsaurabh25/Tic-Tac-Toe","owner":"shivamsaurabh25","description":"🎮 Tic Tac Toe Deluxe – A modern, animated Tic Tac Toe game built with React and Tailwind CSS. Features dark/light mode, player forms, scoring system, endless mode, confetti celebration, glowing UI effects, and responsive design","archived":false,"fork":false,"pushed_at":"2025-04-30T13:41:50.000Z","size":344,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T13:32:56.760Z","etag":null,"topics":["tic-tac-toe","tic-tac-toe-endless","tic-tac-toe-react"],"latest_commit_sha":null,"homepage":"https://tic-tac-toe-endless.vercel.app","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/shivamsaurabh25.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,"zenodo":null}},"created_at":"2025-04-23T17:29:30.000Z","updated_at":"2025-04-30T13:41:53.000Z","dependencies_parsed_at":"2025-07-05T13:41:05.479Z","dependency_job_id":null,"html_url":"https://github.com/shivamsaurabh25/Tic-Tac-Toe","commit_stats":null,"previous_names":["shivamsaurabh25/tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shivamsaurabh25/Tic-Tac-Toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamsaurabh25%2FTic-Tac-Toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamsaurabh25%2FTic-Tac-Toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamsaurabh25%2FTic-Tac-Toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamsaurabh25%2FTic-Tac-Toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivamsaurabh25","download_url":"https://codeload.github.com/shivamsaurabh25/Tic-Tac-Toe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamsaurabh25%2FTic-Tac-Toe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265047848,"owners_count":23703218,"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":["tic-tac-toe","tic-tac-toe-endless","tic-tac-toe-react"],"created_at":"2025-06-09T06:37:59.930Z","updated_at":"2025-10-07T03:22:13.274Z","avatar_url":"https://github.com/shivamsaurabh25.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tic Tac Toe Deluxe ⭕❌⌗  \n\nA modern and animated **Tic Tac Toe** game built using **React** and **Tailwind CSS**, packed with stylish UI, dark/light mode toggle, score tracking, endless mode, confetti celebration, and glowing UI effects.\n\n---\n\n## Features\n\n- **Multiplayer Support** – Enter names and play as Player X and Player O.\n- **Game Modes**\n  - **Normal Mode**: Classic play until someone wins or it's a draw.\n  - **Endless Mode**: Keep playing rounds without a reset.\n- **Dark/Light Mode** toggle\n- **Scoreboard** for both players\n- **Confetti Celebration** on win\n- **Tile Fade Indicator** before disappearing\n- **Responsive Design** – Works well on mobile and desktop\n- **Multicolor Glow Effect** behind logo for visual flair\n- **Smooth animations** and transition effects\n\n---\n\n## Tech Stack\n\n- **Frontend**: React.js, Tailwind CSS\n- **Animations**: Custom CSS + Tailwind utilities\n- **State Management**: React useState, useEffect hooks\n\n---\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js and npm installed on your machine\n\n### Installation\n\n1. **Clone the repo**\n   ```bash\n   git clone https://github.com/shivamsaurabh25/Tic-Tac-Toe.git\n   cd Tic-Tac-Toe\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Start the development server**\n   ```bash\n   npm run dev\n   ```\n\n4. Visit `http://localhost:5173` (or the Vite default port) in your browser.\n\n---\n\n## Folder Structure\n\n```bash\n📂Tic-Tac-Toe/\n├── 📂Assets/\n│   ├── favicon.png\n├── 📂src/\n│   ├── 📂components/\n│   │   ├── Navbar.jsx\n│   │   ├── BoardGame.jsx\n│   │   ├── PlayerForm.jsx\n│   │   └── Scoreboard.jsx\n│   ├── styles/\n│   │   └── index.css\n│   ├── App.jsx\n│   └── main.jsx\n├── .gitignore\n├── index.html\n├── package.json\n├── postcss.config.js\n├── README.md\n├── tailwind.config.js\n├── vite.config.js\n```\n\n---\n\n## Customization\n\n- Change glow styles and animations in `Navbar.jsx`\n- Add new game modes or rules in `BoardGame.jsx`\n- Modify scoring logic in `App.jsx`\n\n---\n\n## Author\n\nMade with ❤️ by [Shivam](https://github.com/shivamsaurabh25)\n\n---\n\n## License\n\nThis project is licensed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamsaurabh25%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivamsaurabh25%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamsaurabh25%2Ftic-tac-toe/lists"}