Git Basics and Live Environments for Web Development

Day 28 #100DaysOfCode 💻 Today I learned Git basics and how local & live environments work together. ✔ Initialized a project using Git ✔ Understood how API works with live URL (Vercel) ✔ Fetched live data and displayed it in localhost Small insight: Even if the API is hosted online, we can easily fetch that data in our local development server. fetch("https://lnkd.in/guq_n9Xe") .then(res => res.json()) .then(data => console.log(data)); This helped me clearly understand how frontend connects with live backend services. #webdevelopment #javascript #git #api #frontend #learning #Akbiplob

To view or add a comment, sign in

Explore content categories