A JavaScript project for practicing Test-Driven Development (TDD) using the String Calculator kata. The kata is described in detail at String Calculator Kata.
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.
- Node.js and npm installed
-
Clone the repository:
git clone [email protected]:PeggyBrown/string_calculator_js.git
-
Navigate to the project directory:
cd string_calculator_js -
Install dependencies:
npm install
Execute the following command to run the tests:
npm testThis will run the test suite and provide feedback on the implementation.
Refer to the String Calculator Kata for detailed instructions on the kata.
This project is licensed under the MIT License - see the LICENSE file for details.