AJAX allows you to communicate with the server, exchange data, and update the page without having to refresh the page. The two major features of AJAX allow you to do the following: – Make requests to the server without reloading the page – Receive and work with data from the server This course is loaded with 25 plus mini projects to help you learn and practice connecting to endpoints, returning JSON data, making fetch requests, using JSON data with JavaScript to create page content, and explore GET POST PUT and DELETE with JavaScript AJAX. Learn how to create and manipulate page elements with modern JavaScript code to build interactive and fully dynamic web applications driven by JSON data. Get user selections, make the AJAX request from the user select, and output to the web page using JavaScript code. Explore fun interactive projects to make AJAX requests coming from page data and output the content to the page. Dynamic page elements generated from AJAX requests to endpoints and return JSON data and use it within JavaScript to update and manipulate DOM page elements. Create games, get JSON data, and let users explore the data. Dynamically generate page content with JavaScript. Connect to web endpoints – get JSON data and output that content into your web page with JavaScript. AJAX practice mini projects will help you learn more about JSON data such as making fetch requests, debugging, and more.
Curriculum
7 Sections
0 Lessons
Lifetime
Expand all sectionsCollapse all sections
01. Introduction to Getting Started with Objects and JSON Using JavaScript
0
02. Section Simple JSON Endpoints Output to Web Page Content with JavaScript
0
03. JSON AJAX JavaScript QUIZ Application
0
04. Web APIs Practice Mini Applications with JavaScript JSON Data to Web Pages
0
05. JavaScript JSON Post Data and Mini Applications to Practice Connecting to APIs
0
06. Local JSON Server Node NPM JSON Data Create local Server for JSON Data Testing
0
07. Contact Form Submissions with AJAX to Google Script