Priority: Medium
Category: Code Quality
Description: The project mixes .js and .ts files. All .js files should be converted to .ts/.tsx for type safety.
Affected Files:
src/app/page.js → page.tsx
src/components/*.jsx → .tsx
src/lib/.js → .ts
src/contexts/.js → *.ts
Benefits:
Compile-time error detection
Better IDE support
Improved documentation
Priority: Medium
Category: Code Quality
Description: The project mixes .js and .ts files. All .js files should be converted to .ts/.tsx for type safety.
Affected Files:
src/app/page.js → page.tsx
src/components/*.jsx → .tsx
src/lib/.js → .ts
src/contexts/.js → *.ts
Benefits:
Compile-time error detection
Better IDE support
Improved documentation