https://github.com/c0zen/sudoku
Angular sudoku
https://github.com/c0zen/sudoku
angular sudoku
Last synced: about 1 month ago
JSON representation
Angular sudoku
- Host: GitHub
- URL: https://github.com/c0zen/sudoku
- Owner: C0ZEN
- License: mit
- Created: 2018-09-01T18:26:54.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-15T02:38:54.000Z (over 2 years ago)
- Last Synced: 2025-07-06T08:41:03.355Z (12 months ago)
- Topics: angular, sudoku
- Language: JavaScript
- Homepage: https://c0zen.github.io/sudoku
- Size: 718 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Sudoku
[![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]
> Sudoku app to improve my Front-End skills and experiment stuff.
## Authors
* **Geoffrey Testelin** - Front-End Developer - [C0ZEN](https://github.com/C0ZEN)
## Development server
Run `ng start` for a dev server. Navigate to `http://localhost:5100/`.
The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component.
You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project.
The build artifacts will be stored in the `docs/` directory.
## Release
Run `grunt release` to create a new stable version of the project.
Follow the prompts to create a new tag, update the files, build the docs and publish to npm.
Run `grunt fake-release` to create a dry run stable version of the project.
Nothing will be committed but be careful due to bump creation - discard required at the end
## Contributing
Check out the [Contributing](CONTRIBUTING.md) file.
## Further help
To 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).
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.1.5.
[license-image]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[npm-image]: https://img.shields.io/npm/v/c0zen-sudoku.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/c0zen-sudoku
[github-commits-image]: https://img.shields.io/github/commit-activity/y/c0zen/sudoku.svg?style=flat-square
[github-commits-url]: https://github.com/C0ZEN/sudoku/commits/develop
[github-issues-image]: https://img.shields.io/github/issues/c0zen/sudoku.svg?style=flat-square
[github-issues-url]: https://github.com/C0ZEN/sudoku/issues
[daviddm-image]: https://david-dm.org/C0ZEN/sudoku/status.svg?style=flat-square
[daviddm-url]: https://david-dm.org/C0ZEN/sudoku
[daviddm-dev-image]: https://david-dm.org/C0ZEN/sudoku/dev-status.svg?style=flat-square
[daviddm-dev-url]: https://david-dm.org/C0ZEN/sudoku?type=dev
[code-climate-maintainability-image]: https://api.codeclimate.com/v1/badges/59a52a286cd814af1edd/maintainability
[code-climate-maintainability-url]: https://codeclimate.com/github/C0ZEN/sudoku/maintainability
[code-climate-coverage-image]: https://api.codeclimate.com/v1/badges/59a52a286cd814af1edd/test_coverage
[code-climate-coverage-url]: https://codeclimate.com/github/C0ZEN/sudoku/test_coverage