Skip to content

PeggyBrown/string_calculator_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String Calculator Kata

A JavaScript project for practicing Test-Driven Development (TDD) using the String Calculator kata. The kata is described in detail at String Calculator Kata.

Overview

The String Calculator kata is a TDD exercise aimed at improving your coding skills and understanding of TDD principles. The goal is to create a simple calculator that can add numbers passed as a string.

Getting Started

Prerequisites

  • Node.js and npm installed

Installation

  1. Clone the repository:

    git clone [email protected]:PeggyBrown/string_calculator_js.git
  2. Navigate to the project directory:

    cd string_calculator_js
  3. Install dependencies:

    npm install

Running Tests

Execute the following command to run the tests:

npm test

This will run the test suite and provide feedback on the implementation.

Kata Instructions

Refer to the String Calculator Kata for detailed instructions on the kata.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

For TDD purposes with String Calculator kata https://osherove.com/tdd-kata-1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published