Open Issues Need Help
View All on GitHubAI Summary: Debug and fix the broken dark mode functionality in the Contribution Cards web application. This involves investigating why the dark mode toggle isn't responding to clicks, identifying the root cause (e.g., JavaScript error, CSS issue, incorrect event handling), and implementing the necessary corrections to ensure the dark mode feature works as expected.
Open Source Contribution Cards web Application. Develop: https://contribution-cards.vercel.app/
AI Summary: Migrate an existing open-source project, Contribution Cards, from a Vanilla JS frontend to Astro, a modern static site generator. This involves restructuring the project to use Astro components, migrating existing HTML, CSS, and JavaScript, integrating the existing `cards.json` data for build-time rendering, and ensuring existing features (grid/list view, dark mode) remain functional. The updated project should maintain its deployability on platforms like Vercel and Netlify.
Open Source Contribution Cards web Application. Develop: https://contribution-cards.vercel.app/