Demo Application

Learn how to integrate the Blogger API in a simple React application coupled with an Express server.

This lesson shows a simple web application built using Bootstrap and Blogger API with the JavaScript-based frontend library React. We also create a backend server using Express.js to make API calls to the Blogger API server. This application allows us to view our blogs, blog pages, and blog posts. It also allows us to create and delete blog pages and blog posts.

Run the application

Step 1: Click the "Run" button to start the application. Then, click the URL next to "Your app can be found at:" in the widget below to open the application in a new tab.

Step 2: After the application starts, we see a Google sign-in button on the homepage. Click the button and sign in using your Google account credentials.

Step 3 (only for first-time sign-ins): We authorize the app after signing in to our Google account. Click the "Allow" button.

Step ...