https://github.com/ogubuikealex/learntivite-using-html-with-axios-fetch
Tutorial For Learntivite interns: How To Make API Calls Using Axios and Fetch with Vanilla JS and HTML
https://github.com/ogubuikealex/learntivite-using-html-with-axios-fetch
Last synced: 3 months ago
JSON representation
Tutorial For Learntivite interns: How To Make API Calls Using Axios and Fetch with Vanilla JS and HTML
- Host: GitHub
- URL: https://github.com/ogubuikealex/learntivite-using-html-with-axios-fetch
- Owner: ogubuikeAlex
- Created: 2024-11-22T13:24:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T13:30:24.000Z (11 months ago)
- Last Synced: 2025-03-07T14:45:16.958Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Tutorial: How To Make API Calls Using Axios and Fetch with Vanilla JS and HTML
- API
- Axios
- Fetch- Create HTML, CSS, JS
- GET Request - You are pulling information
- POST Request - You are sending new information
- PUT Request - You are updating information that exist