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.
- 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.
git clone https://github.com/your-username/repository-name.git
cd repository-name
npm install
- 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.
npm start
Contributions are welcome! Feel free to open issues or submit pull requests