Thavarshan / code-katas-site

🧪 Visual demonstration website of code katas with PHPUnit

Home Page:http://code-katas.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Katas with PHPUnit

Introduction

If martial artists use kata as a method for exercise and practice, what might be the equivalent for coders like us? Coding katas are short, repeatable programming challenges which are meant to exercise everything from your focus, to your workflow.

Katas

  • Prime Factors
  • Roman Numerals
  • Bowling Game
  • String Calculator
  • Tennis Match
  • FizzBuzz
  • The Gilded Rose

Installation

Prerequisites

To run this project, you must have PHP 7.3 or higher installed.

Begin by cloning this repository to your machine, and installing all Composer dependencies.

Get Started

git clone git@github.com:Thavarshan/code-katas-site.git phpkatas
cd phpkatas && composer install && npm install
php artisan key:generate
npm run dev

Testing

Just run PHPUnit in the project root.

./vendor/bin/phpunit

About

🧪 Visual demonstration website of code katas with PHPUnit

http://code-katas.herokuapp.com


Languages

Language:PHP 65.7%Language:HTML 26.3%Language:Vue 8.0%