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.

expressjs generative-ai huggingface mongodb-atlas reactjs render tailwind-css vercel vite
11 Open Issues Need Help Last updated: Jul 29, 2025

Open Issues Need Help

View All on GitHub
Education & Training Job Preparation
documentation good first issue Gssoc 2025 Level 1

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.

JavaScript
#expressjs#generative-ai#huggingface#mongodb-atlas#reactjs#render#tailwind-css#vercel#vite
Education & Training Job Preparation

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).

Complexity: 3/5
enhancement good first issue Gssoc 2025 Level 1

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.

JavaScript
#expressjs#generative-ai#huggingface#mongodb-atlas#reactjs#render#tailwind-css#vercel#vite
Education & Training Job Preparation

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.

Complexity: 2/5
good first issue Gssoc 2025 Level 1

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.

JavaScript
#expressjs#generative-ai#huggingface#mongodb-atlas#reactjs#render#tailwind-css#vercel#vite
Education & Training Job Preparation

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.

Complexity: 2/5
good first issue Gssoc 2025 Level 1

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.

JavaScript
#expressjs#generative-ai#huggingface#mongodb-atlas#reactjs#render#tailwind-css#vercel#vite
Education & Training Job Preparation

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.

Complexity: 1/5
documentation good first issue Gssoc 2025 Level 1

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.

JavaScript
#expressjs#generative-ai#huggingface#mongodb-atlas#reactjs#render#tailwind-css#vercel#vite
Education & Training Job Preparation

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.

Complexity: 2/5
bug good first issue question Gssoc 2025 Level 1

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.

JavaScript
#expressjs#generative-ai#huggingface#mongodb-atlas#reactjs#render#tailwind-css#vercel#vite
Education & Training Job Preparation

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.

Complexity: 1/5
documentation good first issue Gssoc 2025 Level 1

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.

JavaScript
#expressjs#generative-ai#huggingface#mongodb-atlas#reactjs#render#tailwind-css#vercel#vite
Education & Training Job Preparation
glassy navbar about 1 month ago

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.

Complexity: 2/5
good first issue Gssoc 2025 Level 1

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.

JavaScript
#expressjs#generative-ai#huggingface#mongodb-atlas#reactjs#render#tailwind-css#vercel#vite
Education & Training Job Preparation

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.

Complexity: 3/5
bug good first issue Gssoc 2025 Level 1

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.

JavaScript
#expressjs#generative-ai#huggingface#mongodb-atlas#reactjs#render#tailwind-css#vercel#vite
Education & Training Job Preparation

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.

Complexity: 2/5
bug good first issue Gssoc 2025 Level 1

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.

JavaScript
#expressjs#generative-ai#huggingface#mongodb-atlas#reactjs#render#tailwind-css#vercel#vite
Education & Training Job Preparation
Confirmation on logout about 1 month ago

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.

Complexity: 2/5
good first issue Gssoc 2025 Level 1

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.

JavaScript
#expressjs#generative-ai#huggingface#mongodb-atlas#reactjs#render#tailwind-css#vercel#vite