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

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

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