https://github.com/jsanz/ts-katas
Repo to store TypeScript katas
https://github.com/jsanz/ts-katas
Last synced: 10 months ago
JSON representation
Repo to store TypeScript katas
- Host: GitHub
- URL: https://github.com/jsanz/ts-katas
- Owner: jsanz
- License: mit
- Created: 2019-12-11T10:51:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T11:14:15.000Z (about 5 years ago)
- Last Synced: 2025-03-01T17:23:50.333Z (over 1 year ago)
- Language: TypeScript
- Size: 322 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript exercises
I will push here exercises to learn TypeScript/JavaScript focusing in testing, data structures, mocking, etc. Each folder should be auto inclusive and totally independent from the rest of the exercises, unless it's explicitly mentioned.
I would like to improve the `00-template` folder with better settings to start new katas or projects, specially regarding configuration of linters, testing, etc.