{"id":18272317,"url":"https://github.com/c0zen/sudoku","last_synced_at":"2026-05-20T10:04:56.578Z","repository":{"id":57192252,"uuid":"147022610","full_name":"C0ZEN/sudoku","owner":"C0ZEN","description":"Angular sudoku","archived":false,"fork":false,"pushed_at":"2023-12-15T02:38:54.000Z","size":735,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-07-06T08:41:03.355Z","etag":null,"topics":["angular","sudoku"],"latest_commit_sha":null,"homepage":"https://c0zen.github.io/sudoku","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/C0ZEN.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-09-01T18:26:54.000Z","updated_at":"2018-09-02T15:45:23.000Z","dependencies_parsed_at":"2023-12-15T03:37:12.505Z","dependency_job_id":"3e7f9180-2148-46dc-ac1c-7542e257ecec","html_url":"https://github.com/C0ZEN/sudoku","commit_stats":{"total_commits":69,"total_committers":1,"mean_commits":69.0,"dds":0.0,"last_synced_commit":"267590e30af06a07a4d51f8bf9980ff489446fc4"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/C0ZEN/sudoku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C0ZEN%2Fsudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C0ZEN%2Fsudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C0ZEN%2Fsudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C0ZEN%2Fsudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/C0ZEN","download_url":"https://codeload.github.com/C0ZEN/sudoku/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C0ZEN%2Fsudoku/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264559719,"owners_count":23628040,"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":["angular","sudoku"],"created_at":"2024-11-05T11:41:55.897Z","updated_at":"2026-05-20T10:04:56.516Z","avatar_url":"https://github.com/C0ZEN.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sudoku\n[![Software License][license-image]](LICENSE) [![npm][npm-image]](npm-url) [![GitHub commit activity][github-commits-image]](github-commits-url) [![GitHub issues][github-issues-image]](github-issues-url) [![Dependency Status][daviddm-image]][daviddm-url] [![devDependencies Status][daviddm-dev-image]][daviddm-dev-url] [![Maintainability][code-climate-maintainability-image]][code-climate-maintainability-url] [![Test Coverage][code-climate-coverage-image]][code-climate-coverage-url]\n\u003e Sudoku app to improve my Front-End skills and experiment stuff.\n\n## Authors\n\n* **Geoffrey Testelin** - Front-End Developer - [C0ZEN](https://github.com/C0ZEN)\n\n## Development server\n\nRun `ng start` for a dev server. Navigate to `http://localhost:5100/`.  \nThe app will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component.  \nYou can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project.  \nThe build artifacts will be stored in the `docs/` directory.\n\n## Release\n\nRun `grunt release` to create a new stable version of the project.  \nFollow the prompts to create a new tag, update the files, build the docs and publish to npm.\n\nRun `grunt fake-release` to create a dry run stable version of the project.  \nNothing will be committed but be careful due to bump creation - discard required at the end\n\n## Contributing\n\nCheck out the [Contributing](CONTRIBUTING.md) file.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.1.5.\n\n[license-image]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[npm-image]: https://img.shields.io/npm/v/c0zen-sudoku.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/c0zen-sudoku\n[github-commits-image]: https://img.shields.io/github/commit-activity/y/c0zen/sudoku.svg?style=flat-square\n[github-commits-url]: https://github.com/C0ZEN/sudoku/commits/develop\n[github-issues-image]: https://img.shields.io/github/issues/c0zen/sudoku.svg?style=flat-square\n[github-issues-url]: https://github.com/C0ZEN/sudoku/issues\n[daviddm-image]: https://david-dm.org/C0ZEN/sudoku/status.svg?style=flat-square\n[daviddm-url]: https://david-dm.org/C0ZEN/sudoku\n[daviddm-dev-image]: https://david-dm.org/C0ZEN/sudoku/dev-status.svg?style=flat-square\n[daviddm-dev-url]: https://david-dm.org/C0ZEN/sudoku?type=dev\n[code-climate-maintainability-image]: https://api.codeclimate.com/v1/badges/59a52a286cd814af1edd/maintainability\n[code-climate-maintainability-url]: https://codeclimate.com/github/C0ZEN/sudoku/maintainability\n[code-climate-coverage-image]: https://api.codeclimate.com/v1/badges/59a52a286cd814af1edd/test_coverage\n[code-climate-coverage-url]: https://codeclimate.com/github/C0ZEN/sudoku/test_coverage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0zen%2Fsudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc0zen%2Fsudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0zen%2Fsudoku/lists"}