sofiane-abou-abderrahim / javascript-http-requests

I built this little JavaScript demo app to practice http requests. Indeed, I used two alternatives: XMLHttpRequest and the fetch() API. I was able to add data, promisify XMLHttpRequest and handle errors. I also used two data structures: JSON and FormData. The goal of this demo was to send data http requests from client side JavaScript to a server.

Home Page:https://sofiane-abou-abderrahim.github.io/javascript-http-requests/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sofiane-abou-abderrahim/javascript-http-requests Stargazers