You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am documenting my journey through the Code Institute's 5-Day Challenge! Tasked with creating an engaging webpage teaching "How to make tea?" using HTML, CSS, and JavaScript, I embarked on this coding adventure. In addition to tackling the challenge prompts, I seized the opportunity to develop my own unique webpage as part of the challenge.
In this project, I used jQuery for dynamic DOM manipulation, handling events like adding and deleting tasks. AJAX is used to interact with an external API, allowing tasks to be saved, retrieved, and deleted asynchronously. This ensures a responsive UI without page reloads, improving user experience.