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

aleksandar-todorovic-dev/react-posts-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Small React demo app built with Vite and Redux Toolkit, focused on fetching and displaying posts from an external API.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors