Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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.
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).
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'.