Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guyca/tdd-katas
Boilerplate for React app with Typescript and Jest
https://github.com/guyca/tdd-katas
tdd tdd-kata typescript
Last synced: 15 days ago
JSON representation
Boilerplate for React app with Typescript and Jest
- Host: GitHub
- URL: https://github.com/guyca/tdd-katas
- Owner: guyca
- Created: 2024-04-15T05:44:42.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-29T05:32:16.000Z (9 months ago)
- Last Synced: 2024-11-28T02:57:24.466Z (2 months ago)
- Topics: tdd, tdd-kata, typescript
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDD Katas
> ⚠️ WIP: This repository is still a work in progress.
This repository contains a collection of TDD katas. Each kata is in a separate folder with its own README file. The README file contains the description of the kata and the requirements.
Have fun!
## Attribution
This project is based on the template [react-typescript-jest-boilerplate](https://github.com/rkoziol/react-typescript-jest-boilerplate) by [rkoziol](https://github.com/rkoziol)