This is a React application built with Vite that fetches blog post data from an API and displays it in a user-friendly interface.
- Fetches blog post data from a REST API
- Displays blog posts in a clean, responsive layout
- Detailed view for each blog post
- Search functionality to find specific posts
- Pagination support
- Clone the repository:
git clone https://github.com/yourusername/blog-post-fetching-react-app.git
- Navigate to the project directory:
cd blog-post-fetching-react-app - Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:5173to see the app in action.
The app fetches blog posts from a REST API - jsonplaceholder. You can use any API that returns blog post data in JSON format.

