Skip to content

kultmedia/code-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS101 - Code Katas 🥋

This repo contains the challenges that are part of the Styla "CS101 - Code Katas" events.


How to run

  • 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 (under config -> kata)
  • run yarn start. Changes to the code are automatically detected and will trigger an automatic restart of the service.

How to run tests

  • run yarn test. This will test the ouput of your function (based on the current challenge) and inform you on the success or failure.

Katas List

# 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

Questions?

This repo is maintained by @antoniocosentino. For any question open an issue or find me on Slack.

About

Code Katas for Styla CS101

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published