5 Open Issues Need Help Last updated: Feb 21, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The app fails to respect the user's system dark mode preference on its initial load. The goal is to implement detection of the system theme using `window.matchMedia` and apply it if no theme has been previously saved, ensuring a flicker-free experience while retaining the functionality of the manual theme toggle.

Complexity: 2/5
bug good first issue Sprintathon level-1 assigned

TypeScript
#sprintathon

AI Summary: This issue addresses a duplicate definition of the `/notifications` route within the `routes.tsx` file. The task is to remove one of the duplicate definitions, ensuring only a single, clean route remains to prevent any potential routing conflicts.

Complexity: 1/5
bug good first issue Sprintathon level-1 assigned

TypeScript
#sprintathon

AI Summary: This issue requires creating a new, user-friendly 404 'Page Not Found' component at `CareXpert_frontend/src/pages/NotFound.tsx`. The page must display a large '404 - Page Not Found' message, a helpful message, and a functional 'Go Home' button. It needs to be fully responsive, styled using Tailwind CSS, and properly integrated into the application's `routes.tsx`.

Complexity: 2/5
enhancement good first issue Sprintathon level-1 assigned

TypeScript
#sprintathon
Add Basic Form Validation about 2 hours ago

AI Summary: This GitHub issue focuses on improving the user experience of login and signup forms by implementing client-side validation. Key tasks include adding required field and email format validation, displaying inline error messages, and preventing invalid form submissions. The solution should avoid page reloads, adhere to existing styling, and maintain clean, reusable logic.

Complexity: 1/5
enhancement good first issue Sprintathon level-1 assigned

TypeScript
#sprintathon
Improve frontend README about 2 hours ago

AI Summary: This GitHub issue aims to enhance the frontend repository's README to facilitate easier onboarding for new contributors. Key improvements include adding a project overview, tech stack details, installation steps, environment variable instructions, folder structure explanation, and contribution guidelines. The goal is for someone unfamiliar with the project to be able to set it up using only the README.

Complexity: 1/5
documentation good first issue Sprintathon level-1 assigned

TypeScript
#sprintathon