The Anonymous Question Asking Platform is a real-time, web-based application that facilitates anonymous interactions between students and teachers.

anonymous chat-application question-answering teachers
4 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement toast notifications using a library like `react-toastify` to provide feedback to the user on actions such as successfully joining a room or encountering invalid input. This involves integrating the chosen library into the React frontend and displaying appropriate messages based on application events.

Complexity: 2/5
good first issue frontend UI

The Anonymous Question Asking Platform is a real-time, web-based application that facilitates anonymous interactions between students and teachers.

JavaScript
#anonymous#chat-application#question-answering#teachers

AI Summary: Implement a light/dark theme toggle feature for the Anonymous Question Asking Platform using Tailwind CSS's built-in dark mode support. This involves adding a button that switches between the themes, likely requiring modifications to the CSS classes or styling to accommodate the theme change.

Complexity: 2/5
good first issue frontend UI

The Anonymous Question Asking Platform is a real-time, web-based application that facilitates anonymous interactions between students and teachers.

JavaScript
#anonymous#chat-application#question-answering#teachers

AI Summary: Design a placeholder page for the student dashboard after login. This page should include a welcome message, a button to join a chat room using a unique code, and a logout button.

Complexity: 2/5
good first issue frontend UI

The Anonymous Question Asking Platform is a real-time, web-based application that facilitates anonymous interactions between students and teachers.

JavaScript
#anonymous#chat-application#question-answering#teachers

AI Summary: Develop a reusable React component called `<Spinner />` that displays a loading animation while waiting for API responses or data fetching. The component should include a simple animation and an option for center alignment.

Complexity: 2/5
good first issue frontend

The Anonymous Question Asking Platform is a real-time, web-based application that facilitates anonymous interactions between students and teachers.

JavaScript
#anonymous#chat-application#question-answering#teachers