3 Open Issues Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub
good first issue

Track summer countdown and bucket lists

JavaScript
good first issue

Track summer countdown and bucket lists

JavaScript

AI Summary: The task is to set the appropriate meta language tag in an HTML/JS summer countdown and bucket list website. The current issue is that the language is not set, resulting in a browser prompt to translate the page. This requires modifying the HTML to include a `<meta>` tag specifying the language (e.g., `<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="lang" content="en">`).

Complexity: 1/5
good first issue

Track summer countdown and bucket lists

JavaScript