This repo contains the challenges that are part of the Styla "CS101 - Code Katas" events.
- Clone this project locally
- run
yarn
to install dependencies - Write your code in
src/{kata number}/index.tsx
- Make sure that
package.json
is configured to run the correct challenge number (underconfig -> kata
) - run
yarn start
. Changes to the code are automatically detected and will trigger an automatic restart of the service.
- run
yarn test
. This will test the ouput of your function (based on the current challenge) and inform you on the success or failure.
# | Date | Name | Link |
---|---|---|---|
01 | 08/10/2021 | Minimum Array Swaps | View |
02 | 19/11/2021 | Connect Four | View |
03 | 17/12/2021 | Twelve Days of Christmas | View |
04 | 11/02/2022 | Ransom Note | View |
05 | 22/04/2022 | Triplets Count | View |
This repo is maintained by @antoniocosentino. For any question open an issue or find me on Slack.