Open Issues Need Help
View All on GitHubAI 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.
The Anonymous Question Asking Platform is a real-time, web-based application that facilitates anonymous interactions between students and 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.
The Anonymous Question Asking Platform is a real-time, web-based application that facilitates anonymous interactions between students and 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.
The Anonymous Question Asking Platform is a real-time, web-based application that facilitates anonymous interactions between students and 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.
The Anonymous Question Asking Platform is a real-time, web-based application that facilitates anonymous interactions between students and teachers.