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

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

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.