This project contains a String Calculator template built using React. The primary goal is for candidates to implement the functionality and improve accessibility in the provided UI component.
- src/
App.tsx: The React component with accessibility issues.stringCalculator.ts: Implementation of the String Calculator logic (to be developed).
- tests/
stringCalculator.test.ts: Suite of tests for the String Calculator functionality (to be developed).
-
Clone the Repository
git clone https://github.com/yourusername/string-calculator.git cd string-calculator -
Install Dependencies
npm install
-
Run the Application
npm start
-
Run Tests
npm test
- Implement the functionality of the String Calculator following TDD best practices.
- Resolve accessibility issues in the
App.tsx.