Skip to content

fix outdated file references in README after TypeScript migration #42

Description

@Koushik-Saha

What's wrong

The Architecture Overview section in the README still shows the old
pre-migration filenames. The entire codebase was migrated to TypeScript,
but the docs weren't updated to match.

Specific outdated references

README says Actual file
main.jsx main.tsx
ConfigForm.jsx ConfigForm.tsx
TestRunner.jsx TestRunner.tsx
ResultsPanel.jsx ResultsPanel.tsx
ValidationService.js ValidationService.ts
ApiClient.js ApiClient.ts

Why it matters

New contributors reading the README to understand the project structure
will look for files that don't exist under those names. Small thing,
but it creates unnecessary confusion for anyone onboarding.

Fix

Update all file extension references in the Architecture Overview
section of README.md from .jsx/.js to .tsx/.ts where applicable.

Happy to submit a PR for this if it looks good to the maintainers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions