6 Open Issues Need Help Last updated: Jul 20, 2025

Open Issues Need Help

View All on GitHub
Entertainment Anime

AI Summary: Implement a light/dark theme toggle switch in the Anime-Ecstasy website's navigation bar. This involves using CSS variables or a class-based system to switch themes, storing user preferences in localStorage for persistence across sessions, and potentially adding smooth transitions and system preference detection.

Complexity: 3/5
enhancement good first issue gssoc25 level2 assigned
Entertainment Anime

AI Summary: Fix an incomplete API URL in the .env.dev file for the Anime-Ecstasy project. The current URL lacks a default page number for fetching top anime data, leading to potential API errors. The solution involves either adding a default page number (e.g., `page=1`) to the URL or implementing robust error handling in the consuming components to manage the absence of the page parameter.

Complexity: 2/5
bug good first issue gssoc25 level1 assigned
Entertainment Anime
Doc: Add Installation.md about 1 month ago

AI Summary: Create an Installation.md file for the Anime-Ecstasy project. This file should guide new contributors through setting up the project locally, including prerequisites, environment variable setup (.env), and running the frontend using package.json scripts. The instructions should be clear and comprehensive.

Complexity: 2/5
documentation help wanted good first issue gssoc25 level1 assigned
Entertainment Anime

AI Summary: Enhance the website's navigation bar by adding CSS-based hover effects to navigation links and implementing dropdown menus for improved user interaction and visual appeal. This involves adding CSS animations, transitions, and potentially JavaScript for dropdown functionality.

Complexity: 2/5
enhancement good first issue gssoc25 level2 assigned
Entertainment Anime
Doc: Add Contribution.md about 1 month ago

AI Summary: Create a `CONTRIBUTING.md` file for the Anime-Ecstasy project, outlining the contribution workflow. This includes instructions on forking, fixing issues, creating pull requests (to the `test` branch), and raising issues (with clear labels for Bug, Feature, Enhancement, and Doc).

Complexity: 2/5
documentation help wanted good first issue question gssoc25 level1
Entertainment Anime

AI Summary: Update the Anime-Ecstasy website by replacing the current favicon with a custom one, adding the same logo to the navbar, and changing the website title to 'Anime-Ecstasy'.

Complexity: 2/5
enhancement help wanted gssoc25 level1 assigned