Open Issues Need Help
View All on GitHubAI Summary: This issue addresses a duplicate definition of the `/notifications` route within the `routes.tsx` file. The task is to remove one of the redundant route definitions to ensure a clean and conflict-free routing structure.
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`.
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.