Skip to content

Project developed in React with Next.js that consumes the Blogger API, where posts are loaded directly from the Blogger platform via API requests.

Notifications You must be signed in to change notification settings

marinspira/react-blog-consuming-blogger-api

Repository files navigation

React Blog Consuming Blogger API

This repository contains a blog project developed in React that consumes the Blogger API, where posts are loaded directly from the Blogger platform via API requests.

Features

  • Post Listing: Display a list of Blogger posts with title, date, and summary.
  • Detailed View: Full view of each post, including content, images, and comments.
  • Pagination: Navigation between different pages of posts.
  • Search: Search system to find specific posts by keywords.
  • Responsiveness: Layout adaptable to different screen sizes.

How to Run the Project

Clone the repository:

git clone https://github.com/your-username/repository-name.git

Install dependencies:

cd repository-name

npm install

Configure environment variables with your Blogger API credentials:

  • Create a .env file in the project root.
  • Add the necessary keys, such as REACT_APP_BLOGGER_API_KEY and REACT_APP_BLOGGER_BLOG_ID.

Start the development server:

npm start

Contributions

Contributions are welcome! Feel free to open issues or submit pull requests

About

Project developed in React with Next.js that consumes the Blogger API, where posts are loaded directly from the Blogger platform via API requests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published