Skip to content

This project contains a **String Calculator template** built using React. The primary goal is for candidates to implement the functionality using TDD best practices and improve accessibility in the provided UI component.

License

Notifications You must be signed in to change notification settings

incubyte/react-a11y-project

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.

About

This project contains a **String Calculator template** built using React. The primary goal is for candidates to implement the functionality using TDD best practices and improve accessibility in the provided UI component.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published