HTML-CSS-JavaScript-projects-for-beginners icon indicating copy to clipboard operation
HTML-CSS-JavaScript-projects-for-beginners copied to clipboard

Learn how to build simple, responsive websites using HTML, CSS, and JavaScript

Results 27 HTML-CSS-JavaScript-projects-for-beginners issues
Sort by recently updated
recently updated
newest added

Fixed issue #37: Reset button is added

The link 'VIEW RECIPE' has a bug. It leads to an Error. ![image](https://github.com/user-attachments/assets/2b7ea098-fd4a-4501-bb7a-564b07c79f44) ### clicking the view recipe links leads to the following errors. ![image](https://github.com/user-attachments/assets/981e5af0-aa61-4516-bf95-c5174bcd8331) ![image](https://github.com/user-attachments/assets/7d1f33b7-98d6-43e1-90ed-e6c4ad2012ce) ******************** The Error is...

start button disabled once timer starts, otherwise it can be clicked several time and that make timer go bad

As mentioned in issue#40, the **VIEW RECIPE** link was not rendering properly as the recipe object was linked to 'sourceUrl', which was leading to the error. ![image](https://github.com/user-attachments/assets/58424757-8d25-444c-9f92-6340503dc122) The recipe object...