just learning the tech and speak it out
Nothing here yet.
This is a simple React app that lets a user "log in" and see their profile info using React Context API.There’s no backend — it’s all in the browser (just for learning purposes). 🧠What’s Happening in This App? We have 3 main parts: Login Form – w...

This blog post will walk you through an example of how to make an API call using JavaScript’s XMLHttpRequest (XHR) object and track its different states. What is XMLHttpRequest? The XMLHttpRequest object is a built-in JavaScript object used to send a...
