An open API service indexing awesome lists of open source software.

https://github.com/Zion-Dev1/Axios-Project

A simple website 🖥️ where you can play around with HTTP methods 🚀 from the Axios.js library
https://github.com/Zion-Dev1/Axios-Project

axios http http-requests parcel parcel-bundler scss typescript website

Last synced: 5 months ago
JSON representation

A simple website 🖥️ where you can play around with HTTP methods 🚀 from the Axios.js library

Awesome Lists containing this project

README

          

# Axios Project
---

This project was a way for me to play around with the Axios.js library and use its HTTP request methods.

The request methods I have used are the GET, POST, PUT, PATCH and DELETE methods. I have also done simultaneous GET requests to demonstrate how to make more than one request at the same time.

## Home Page
![image](https://github.com/ProTechZ/Axios-Project/assets/96871120/906971c7-6464-4477-b57d-e1de05cd2879)

## Example of request (GET)
![image](https://github.com/ProTechZ/Axios-Project/assets/96871120/4e98a455-8995-4fff-9625-539a2078f761)

---

## HTTP methods used in this project

**GET** = *retrieve the data from a specified api*

**POST** = *create a new entry in the data from a specified api*

**PUT** = *override an entry in the data from a specified api*

**PATCH** = *update an entry in the data from a specified api*

**DELETE** = *delete an entry in the data from a specified api*