pedrovgs / TypeScriptKatas

TypeScript training repository used to learn TypeScript by solving some common katas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Katas

TypeScript

TypeScript training repository used to practice and learn by solving some common katas.

List of common katas:

Executing tests:

This project contains some tests written using Jest. You can easily run the tests by executing any of the following commands:

yarn test # Executes all the tests in the project
yarn test:mutate # Executes all the tests using a mutation testing framework

Solved katas

# Kata Statement PR Topic
1 Game of Life https://github.com/pedrovgs/KotlinKatas/pull/6 Literal types, property-based testing and mutation testing integration. Focused on the Cell structure and not the board implementation so we can learn about property and mutation testing

Developed By

Follow me on Twitter Add me to Linkedin

License

Copyright 2022 Pedro Vicente Gómez Sánchez

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

TypeScript training repository used to learn TypeScript by solving some common katas.

License:GNU General Public License v3.0


Languages

Language:TypeScript 93.9%Language:JavaScript 6.1%