Open Issues Need Help
View All on GitHubPrepEdge AI is a full-stack AI-powered interview preparation platform that simulates real interview experiences. It offers personalized questions, automatic feedback using AI models, and downloadable performance reports — helping users get job-ready with confidence.
AI Summary: Implement a Testimonials section (carousel or grid) and a Trusted Users/Partners section (logo display) on the PrepEdge AI homepage to enhance credibility and user trust. This involves designing the UI elements, integrating them into the existing React frontend, and potentially fetching data from a backend source (if testimonials are stored in a database).
PrepEdge AI is a full-stack AI-powered interview preparation platform that simulates real interview experiences. It offers personalized questions, automatic feedback using AI models, and downloadable performance reports — helping users get job-ready with confidence.
AI Summary: Modify the `ResourceCard` component to open external 'Learn More' links in a new tab. This involves changing the link element from a React `<Link>` to an HTML `<a>` tag and adding the `target='_blank'` attribute to ensure the link opens in a new browser tab instead of replacing the current one.
PrepEdge AI is a full-stack AI-powered interview preparation platform that simulates real interview experiences. It offers personalized questions, automatic feedback using AI models, and downloadable performance reports — helping users get job-ready with confidence.
AI Summary: The task involves fixing a scroll position issue in a React.js application. When navigating to the 'About' or 'Contact Us' pages from the footer, the page loads scrolled to the bottom instead of the top. The solution requires modifying the React routing or component lifecycle methods to ensure the page scrolls to the top upon navigation.
PrepEdge AI is a full-stack AI-powered interview preparation platform that simulates real interview experiences. It offers personalized questions, automatic feedback using AI models, and downloadable performance reports — helping users get job-ready with confidence.
AI Summary: Add a license (e.g., MIT, Apache 2.0) to the README file of the PrepEdge AI project. This involves choosing an appropriate license, understanding its implications, and adding the license text to the README. The contributor is a GSSoC participant.
PrepEdge AI is a full-stack AI-powered interview preparation platform that simulates real interview experiences. It offers personalized questions, automatic feedback using AI models, and downloadable performance reports — helping users get job-ready with confidence.
AI Summary: Fix a broken link on the PrepEdge AI website. The "Contact Us" button currently leads to a 404 error. The task involves updating the navigation and/or footer link to correctly point to the existing Contact Us page, ensuring consistent routing and verifying the URL path.
PrepEdge AI is a full-stack AI-powered interview preparation platform that simulates real interview experiences. It offers personalized questions, automatic feedback using AI models, and downloadable performance reports — helping users get job-ready with confidence.
AI Summary: Add a suitable open-source license (e.g., MIT, Apache 2.0, GPLv3) to the PrepEdge AI repository. This involves creating a LICENSE file and choosing a license that aligns with the project's goals.
PrepEdge AI is a full-stack AI-powered interview preparation platform that simulates real interview experiences. It offers personalized questions, automatic feedback using AI models, and downloadable performance reports — helping users get job-ready with confidence.
AI Summary: Implement a glassy, sticky navbar for the PrepEdge AI platform. This involves making the navbar remain fixed at the top of the viewport while scrolling, applying a translucent 'glass' effect using CSS's `backdrop-filter`, and adding subtle styling such as a soft blur and border, along with hover effects for navigation links. The provided CSS snippet offers a starting point for the styling.
PrepEdge AI is a full-stack AI-powered interview preparation platform that simulates real interview experiences. It offers personalized questions, automatic feedback using AI models, and downloadable performance reports — helping users get job-ready with confidence.
AI Summary: Improve the homepage UI of PrepEdge AI by addressing overlapping text on smaller screens, improving button spacing, and enhancing color contrast for better readability and mobile responsiveness. This involves adjusting spacing, padding, and potentially background colors within the existing React/Tailwind CSS framework.
PrepEdge AI is a full-stack AI-powered interview preparation platform that simulates real interview experiences. It offers personalized questions, automatic feedback using AI models, and downloadable performance reports — helping users get job-ready with confidence.
AI Summary: Fix UI responsiveness issues on the About page of PrepEdge AI. The current layout overlaps when the window size changes. The task involves adjusting CSS or using responsive design techniques to ensure the content remains properly displayed across different screen sizes.
PrepEdge AI is a full-stack AI-powered interview preparation platform that simulates real interview experiences. It offers personalized questions, automatic feedback using AI models, and downloadable performance reports — helping users get job-ready with confidence.
AI Summary: Implement a confirmation modal before logout in the PrepEdge AI application to prevent accidental logouts. This involves adding a JavaScript function to trigger a confirmation dialog box before proceeding with the logout action. The modal should have options to confirm or cancel the logout.
PrepEdge AI is a full-stack AI-powered interview preparation platform that simulates real interview experiences. It offers personalized questions, automatic feedback using AI models, and downloadable performance reports — helping users get job-ready with confidence.