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
- Host: GitHub
- URL: https://github.com/Zion-Dev1/Axios-Project
- Owner: ProTechZ
- Created: 2023-08-18T08:59:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T05:09:46.000Z (over 2 years ago)
- Last Synced: 2024-11-09T20:36:25.645Z (about 1 year ago)
- Topics: axios, http, http-requests, parcel, parcel-bundler, scss, typescript, website
- Language: TypeScript
- Homepage:
- Size: 284 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Example of request (GET)

---
## 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*