3 Open Issues Need Help Last updated: Aug 3, 2025

Open Issues Need Help

View All on GitHub
Data Science Sample Assignment

AI Summary: Debug a simple HTML/JavaScript click counter application. The counter is not incrementing when the button is clicked. The task involves identifying and fixing the bug in the JavaScript code responsible for updating the counter display.

Complexity: 2/5
good first issue
Data Science Sample Assignment

AI Summary: Improve the responsiveness of a two-card layout in an HTML/CSS project (index2.html) by making the cards stack vertically on smaller screens instead of remaining side-by-side. This requires replacing the current float-based layout with a more modern and responsive approach, such as Flexbox or Grid.

Complexity: 2/5
good first issue
Data Science Sample Assignment

AI Summary: Debug and fix the password strength checker in index3.html. The current implementation always displays "Weak Password", regardless of the password entered. The corrected code should accurately assess password strength based on length (minimum 8 characters), the presence of at least one number, and at least one special character, displaying "Strong Password" when these criteria are met.

Complexity: 2/5
good first issue