An open API service indexing awesome lists of open source software.

https://github.com/c0zen/sudoku

Angular sudoku
https://github.com/c0zen/sudoku

angular sudoku

Last synced: about 1 month ago
JSON representation

Angular sudoku

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