{"id":15103347,"url":"https://github.com/fares-yusuf/angular-tic-tac-toe","last_synced_at":"2026-02-16T16:05:53.208Z","repository":{"id":245658707,"uuid":"818884793","full_name":"Fares-Yusuf/angular-tic-tac-toe","owner":"Fares-Yusuf","description":"A simple two-player Tic-Tac-Toe game built with Angular. Features include win detection, game reset, and a user-friendly interface","archived":false,"fork":false,"pushed_at":"2024-06-23T06:45:44.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T11:45:12.134Z","etag":null,"topics":["angularjs","firebase","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Fares-Yusuf.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":"2024-06-23T06:38:29.000Z","updated_at":"2024-06-23T06:47:37.000Z","dependencies_parsed_at":"2024-06-23T07:43:17.458Z","dependency_job_id":"1a64d719-77bc-4b2d-98be-a893f37f8e99","html_url":"https://github.com/Fares-Yusuf/angular-tic-tac-toe","commit_stats":null,"previous_names":["fares-yusuf/angular-tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fares-Yusuf/angular-tic-tac-toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fares-Yusuf%2Fangular-tic-tac-toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fares-Yusuf%2Fangular-tic-tac-toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fares-Yusuf%2Fangular-tic-tac-toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fares-Yusuf%2Fangular-tic-tac-toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fares-Yusuf","download_url":"https://codeload.github.com/Fares-Yusuf/angular-tic-tac-toe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fares-Yusuf%2Fangular-tic-tac-toe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000715,"owners_count":26082837,"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-10-08T02:00:06.501Z","response_time":56,"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":["angularjs","firebase","typescript"],"created_at":"2024-09-25T19:23:37.559Z","updated_at":"2025-10-08T21:12:32.583Z","avatar_url":"https://github.com/Fares-Yusuf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Tic-Tac-Toe\n\nThis project is a simple Tic-Tac-Toe game built using Angular. The game allows two players to take turns marking spaces in a 3×3 grid, with the objective of placing three respective marks in a horizontal, vertical, or diagonal row.\n\n## Author\n\n- Fares Yusuf\n\n## Features\n\n- Two-player gameplay\n- Win detection for rows, columns, and diagonals\n- Game reset functionality\n- Basic UI for easy interaction\n\n## Project Structure\n\n- **src/**: Contains the source code for the Angular application.\n- **e2e/**: Contains end-to-end tests for the application.\n- **.editorconfig**: Configuration file for code editors to maintain consistent coding styles.\n- **.firebaserc**: Firebase project configuration.\n- **firebase.json**: Firebase hosting configuration.\n- **angular.json**: Angular CLI configuration.\n- **package.json**: Contains metadata about the project and its dependencies.\n- **tsconfig.json**: TypeScript configuration for the project.\n- **karma.conf.js**: Configuration for the Karma test runner.\n- **README.md**: Project documentation.\n\n## Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (with npm)\n- [Angular CLI](https://angular.io/cli)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/angular-tic-tac-toe.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd angular-tic-tac-toe\n   ```\n3. Install the dependencies:\n   ```bash\n   npm install\n   ```\n\n### Running the Application\n\n1. Start the development server:\n   ```bash\n   ng serve\n   ```\n2. Open your browser and navigate to `http://localhost:4200`.\n\n### Running Tests\n\n- Run unit tests:\n  ```bash\n  ng test\n  ```\n- Run end-to-end tests:\n  ```bash\n  ng e2e\n  ```\n\n## Deployment\n\nThis application can be deployed using [Firebase Hosting](https://firebase.google.com/docs/hosting).\n\n1. Build the project:\n   ```bash\n   ng build --prod\n   ```\n2. Deploy to Firebase:\n   ```bash\n   firebase deploy\n   ```\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Acknowledgements\n\n- [Angular](https://angular.io/)\n- [Firebase](https://firebase.google.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffares-yusuf%2Fangular-tic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffares-yusuf%2Fangular-tic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffares-yusuf%2Fangular-tic-tac-toe/lists"}