I have completed a few brief JavaScript projects, one of which is a quiz game. In this game, you can select a question and input your answer in the provided text area. Upon clicking the submit button, a message will appear indicating whether your answer was correct or not.
The next project is a recipe app that features a variety of recipes as clickable buttons. Upon clicking on a button, the corresponding recipe will be displayed. Additionally, there is a search function that allows users to enter a keyword and retrieve relevant results.
The following to-do application operates based on category selection. When a category is clicked, the corresponding to-do items will be displayed. Each to-do item features a checkbox that can be marked to indicate completion.
The last project for this series is a weather app. It includes weather forecasts for three different cities. By selecting a city, you can view a 7-day forecast and populate the table with weather information.
You may find the codes in my GitHub repo here.