Skip to content

Binsi123/a11y-string-calculator

Repository files navigation

Incubyte String Calculator Template

Overview

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.

Project Structure

  • 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).

Getting Started

  1. Clone the Repository

    git clone https://github.com/yourusername/string-calculator.git
    cd string-calculator
  2. Install Dependencies

    npm install
  3. Run the Application

    npm start
  4. Run Tests

    npm test

Task for Candidates

  • Implement the functionality of the String Calculator following TDD best practices.
  • Resolve accessibility issues in the App.tsx.

Releases

No releases published

Packages

No packages published