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

This repository is not active

About

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.

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


Languages

Language:JavaScript 51.7%Language:CSS 24.5%Language:HTML 23.8%