A small React demo app that fetches blog posts from the JSONPlaceholder API and displays them in a responsive grid layout.
- Fetch posts from JSONPlaceholder (
/posts) - Render a post grid (title + body)
- Basic loading / error state handling (if implemented)
- React
- Vite
- Redux Toolkit (posts slice)
- Fetch API
Posts are loaded from:
yarn install
yarn devOr with npm:
npm install
npm run devThen open the URL printed by Vite (usually http://localhost:5173).
This is a learning/demo project and may be archived (not actively maintained).
Educational / personal use.