Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Latest commit

 

History

History
38 lines (29 loc) · 754 Bytes

File metadata and controls

38 lines (29 loc) · 754 Bytes

React Posts App (Vite)

A small React demo app that fetches blog posts from the JSONPlaceholder API and displays them in a responsive grid layout.

Features

  • Fetch posts from JSONPlaceholder (/posts)
  • Render a post grid (title + body)
  • Basic loading / error state handling (if implemented)

Tech stack

  • React
  • Vite
  • Redux Toolkit (posts slice)
  • Fetch API

Data source

Posts are loaded from:

Run locally

yarn install
yarn dev

Or with npm:

npm install
npm run dev

Then open the URL printed by Vite (usually http://localhost:5173).

Notes

This is a learning/demo project and may be archived (not actively maintained).

License

Educational / personal use.