https://github.com/snowfrogdev/katas
A collection of programming katas
https://github.com/snowfrogdev/katas
kata katas katas-collection
Last synced: 3 months ago
JSON representation
A collection of programming katas
- Host: GitHub
- URL: https://github.com/snowfrogdev/katas
- Owner: snowfrogdev
- Created: 2021-04-20T14:49:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T01:05:49.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T15:22:53.203Z (4 months ago)
- Topics: kata, katas, katas-collection
- Language: TypeScript
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Katas
Source: https://github.com/snowfrogdev/katas
This repository contains a collection of [programming katas](https://en.wikipedia.org/wiki/Kata_(programming)). Each kata has its own sub-folder in the `projets` folder. The repository uses [Nrwl Nx](https://nx.dev/) but don't worry if you are not familiar with it, instructions on how to install and run each kata is contained in a README.md file in each kata's sub-folder.
## Listings
### [Salad Bar kata](./projects/salad-bar/README.md) - Work in progress
This kata puts you in the role of an Angular developer having to work with someone else's code. The current code base does not always follow best practices. You'll be presented with new requirements to implement.