Day 56 🚀
Learned about the Web Storage API today 🌐, explored localStorage, sessionStorage, testing browser support, and how data can be stored in the browser, including counting clicks with localStorage 💻🔥
#HTML#WebAPI#FrontendDev#CodingJourney
Day 55 🚀
Learned about HTML Drag and Drop today 🖱️, explored browser support, the Drag and Drop API, making elements draggable, and handling drop events to move elements around a webpage.
#HTML#WebAPI#FrontendDev#CodingJourney
Day 54 🚀
Learned about third-party APIs today 🌐, including YouTube API, Twitter/X API, and Facebook API. Also explored the HTML Geolocation API, how to get user location, and how to handle errors like permission denial and unavailable location 📍
#HTML#WebAPI#FrontendDev