Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

26 Open Issues Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Fix a UI bug in the Nitra Mitra web application. The issue is an excessive gap between the navbar and main content on mobile view, impacting the layout and user experience. The task involves adjusting CSS to reduce the spacing and improve visual balance.

Complexity: 2/5
good first issue Gssoc25 frontend LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: Implement a fade-in scroll animation effect for all sections on the Nitra Mitra website's homepage using HTML, CSS, and JavaScript (potentially with Intersection Observer API). This will improve the visual appeal and user experience by providing a smoother transition between sections as the user scrolls.

Complexity: 3/5
enhancement good first issue Gssoc25 frontend LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: The task involves improving the user interface (UI) of the Nitra Mitra platform by enhancing the visual appeal of the 'Resources' card components. This includes changing the card background color to a warmer, softer tone (options provided) and updating the button hover color for better contrast and visual feedback. The implementation will likely involve CSS or Tailwind CSS.

Complexity: 2/5
enhancement good first issue Gssoc25 frontend LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: Implement robust form validation on the feedback form of the Nitra Mitra platform. This involves ensuring proper email format validation (beyond just the presence of '@'), preventing numeric input in name and college name fields, and potentially adding other validation rules as needed. The solution should utilize JavaScript for client-side validation and potentially PHP for server-side validation to ensure data integrity.

Complexity: 3/5
good first issue Gssoc25 frontend LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: The task involves improving the responsiveness of the Nitra Mitra platform's home page for smaller screens. This requires modifying the existing HTML, CSS, and JavaScript code to ensure the page adapts correctly to different screen sizes and resolutions. The contributor will need to use responsive design techniques to make the home page user-friendly on mobile devices and tablets.

Complexity: 3/5
good first issue Gssoc25 frontend LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: Fix broken navigation links within the 'Contributors' section of the Nitra Mitra website. The task involves debugging HTML, CSS, and JavaScript code to ensure all navbar links function correctly and allow navigation to other parts of the site.

Complexity: 2/5
bug enhancement good first issue Gssoc25 frontend LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: The task involves enhancing the footer section of the Nitra Mitra website by adding links to Terms and Conditions and Privacy Policy pages. This likely requires creating these pages (if they don't already exist), updating the footer's HTML/CSS to include the links, and potentially updating the backend routing to handle navigation to these new pages.

Complexity: 2/5
enhancement good first issue Gssoc25 frontend LEVEL 2

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: Enhance the UI of the Nitra Mitra website's homepage by improving button shapes, adding more sophisticated animation effects (smooth transitions, modern effects like gradients or shadows), and styling the background container. The current buttons are not perfectly circular, animations are basic, and the container lacks modern styling.

Complexity: 3/5
good first issue Gssoc25 frontend ui/ux LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: The task is to create a placeholder page for the 'Games' section of the Nitra Mitra website. Instead of a 404 error, the page should display placeholder cards indicating upcoming games (e.g., Quiz Game, Puzzle Game, Typing Challenge). This involves creating HTML and CSS for a visually appealing 'Coming Soon' page.

Complexity: 2/5
good first issue Gssoc25 frontend LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: The task involves improving the website's visual appeal by enhancing the color scheme, fonts, and replacing an outdated student image. This requires a redesign focusing on color consistency and improved contrast for better readability. No specific technical details are provided regarding implementation.

Complexity: 3/5
enhancement good first issue Gssoc25 frontend ui/ux LEVEL 2

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: Fix a CSS styling issue in a feedback form where the text '5 sem' and 'allow dont' is not displaying as bold. This involves identifying the relevant CSS selectors and applying the appropriate bold styling.

Complexity: 2/5
good first issue Gssoc25 frontend ui/ux LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML
[Contribution]: about 1 month ago

AI Summary: The task involves fixing navigation issues within the Nitra Mitra platform. Specifically, the 'Games' card currently lacks proper routing; clicking it doesn't lead to the expected game details page. The contributor needs to implement correct routing/navigation to resolve this, ensuring a smooth user experience. This requires familiarity with the project's routing conventions and potentially frontend frameworks used in the application.

Complexity: 3/5
enhancement good first issue Gssoc25 LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: The task involves creating a fully functional and interactive contact page for the Nitra Mitra platform. This includes an interactive contact form with validation, campus information, developer profiles, an interactive map, social media integration, an FAQ section, and information on response times. The design should adhere to the existing Nitra Mitra design system and be responsive across devices.

Complexity: 4/5
good first issue Gssoc25 frontend LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: The task involves creating a new "Infrastructure/Facilities" page for the Nitra Mitra platform. This page will consolidate information about the college's resources, such as libraries, labs, and other facilities, making it easily accessible to students. The implementation will likely involve HTML, CSS, and JavaScript, and should integrate seamlessly with the existing website design.

Complexity: 3/5
good first issue Gssoc25 feature LEVEL 2

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: Implement an AI-powered resume analyzer feature for the Nitra Mitra platform. This involves integrating an existing AI/ML library (like OpenAI API, spaCy, or resumAI) to analyze uploaded resumes and provide feedback on improvements, including suggested skills, formatting, and potential job matches. The task requires familiarity with AI/ML concepts and API integration within a web application.

Complexity: 4/5
good first issue Gssoc25 feature LEVEL 3

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: Improve the user interface (UI) and smoothness of the banner section on the homepage of the Nitra Mitra academic platform. This involves adding animations (smooth scrolling or entrance animations), enhancing typography and spacing, optimizing responsiveness across different screen sizes, and potentially adding visual flair (gradients, subtle motion, or layered effects) and call-to-action elements. The contributor will use HTML, CSS, Bootstrap, Tailwind CSS, and Typed.js.

Complexity: 3/5
good first issue Gssoc25 frontend LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: The task involves enhancing the user interface of the Nitra Mitra website by implementing parallax scrolling, scroll-triggered animations, and hover effects to improve user engagement. This requires using HTML, CSS, and JavaScript (potentially a lightweight library like AOS or simple-parallax.js) while ensuring responsiveness across different devices.

Complexity: 3/5
enhancement good first issue Gssoc25 ui/ux LEVEL 2

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: Improve the responsiveness and layout of the website's footer for smaller screens (mobile and tablets). The goal is to make the footer visually appealing and easy to use on all devices by addressing issues like cluttered elements, misaligned icons, and poor spacing.

Complexity: 3/5
enhancement good first issue Gssoc25 frontend LEVEL 2

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: Implement a count-up animation for the 'Total Visitors' counter on the Nitra Mitra website's homepage. This involves adding JavaScript code to dynamically increase the number from 0 to the actual total visitor count, creating a visually appealing and engaging effect.

Complexity: 2/5
enhancement good first issue Gssoc25 LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: Add an open-source license (e.g., MIT, Apache 2.0, GPLv3) to the Nitra Mitra repository. This involves choosing a suitable license from choosealicense.com and adding the corresponding license file to the repository.

Complexity: 1/5
documentation good first issue Gssoc25 LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: Implement an AI-powered chatbot using a Gemini API within the existing Nitra Mitra platform. The chatbot should handle student queries related to academics, events, platform navigation, and general college information, providing 24/7 support. The implementation should integrate seamlessly with the current frontend and require minimal backend changes due to the use of a Gemini API.

Complexity: 3/5
good first issue Gssoc25 feature LEVEL 3

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: The task involves fixing the text alignment issue on the image gallery of the Nitra Mitra platform. This requires modifying the HTML, CSS, and potentially JavaScript code to ensure that the text overlays on the images are properly aligned when a user hovers over them. The provided screenshot shows the current misalignment.

Complexity: 2/5
good first issue Gssoc25 frontend LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: Improve the user interface (UI) of the 'games' page on the Nitra Mitra platform. The current links appear broken, and the overall design needs to be revitalized to create a more engaging and functional experience for users.

Complexity: 3/5
good first issue Gssoc25 frontend LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML
[Contribution]: about 1 month ago

AI Summary: Update the website's footer to dynamically display the current year instead of a hardcoded year. This involves using JavaScript to get the current year and update the footer element accordingly.

Complexity: 2/5
good first issue Gssoc25 frontend LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML
Fixing the navbar about 1 month ago

AI Summary: Fix broken navbar links on Nitra Mitra website, improve UI/UX, and ensure responsiveness across devices. This involves debugging existing code, potentially updating CSS for styling, and testing on different screen sizes.

Complexity: 3/5
good first issue Gssoc25 ui/ux LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML

AI Summary: The task involves fixing a UI alignment issue in the Nitra Mitra website's homepage. Specifically, the vertical alignment of buttons within cards needs to be corrected to ensure consistency across the 'Resources', 'Games', and 'Gallery' sections. This requires adjusting padding, margins, and potentially using Flexbox or Grid layout for better alignment and consistent styling across all cards.

Complexity: 2/5
good first issue Gssoc25 frontend ui/ux LEVEL 1

Nitra Mitra is a student-centric academic platform developed by students of NITRA Technical Campus, designed to streamline study resources for AKTU learners. Its primary focus is on simplifying academics by offering well-organized notes, previous year question papers, semester-wise material, and exam preparation tools—all tailored to the AKTU

HTML