Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vvek1402/tdd-string-calculator
- Owner: vvek1402
- Created: 2024-11-19T12:09:08.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T15:19:36.000Z (about 2 months ago)
- Last Synced: 2024-11-19T15:32:52.207Z (about 2 months ago)
- Topics: jest, reactjs, tdd-kata, test
- Language: TypeScript
- Homepage: https://vvek1402.github.io/tdd-string-calculator/
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 🚀