Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vvek1402/tdd-string-calculator


https://github.com/vvek1402/tdd-string-calculator

jest reactjs tdd-kata test

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## TDD String Calculator

This project contains a string calculator with various test cases to validate its functionality.

## Steps to Setup and Run the Project

### 1. Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/vvek1402/tdd-string-calculator.git

### 2. Install Dependencies
Navigate to the project directory and install the necessary dependencies using npm:

npm install

### 3. Run Tests
The test cases for the string calculator are provided in the StringCalculator.test.ts file. To run the tests, use the following command:

npm test

### 4. Start Frontend Development Server
To run the frontend of the project, use the following command:

npm run dev

Enjoy Coding! 🚀