Skip to content

A simple React app displaying blog posts from {JSON} Placeholder with a possibility to filter them by author.

Notifications You must be signed in to change notification settings

imagineSolo/blog-posts-display

Repository files navigation

Blog posts App

This is a React application that displays a list of blog posts. Users can filter blog posts by author using a dropdown menu. The application demonstrates usage of hooks, component composition, and testing with @testing-library/react and vitest.

Features

Display a list of blog posts. Filter blog posts by author.

Tech Stack

Frontend: React, TypeScript, Tailwind CSS Testing: @testing-library/react, vitest Build Tool: Vite

Getting Started

Prerequisites Node.js (>=14.x) npm (>=6.x) or yarn (>=1.x)

Installation

Clone the repository: git clone https://github.com/yourusername/blog-posts-app.git cd blog-posts-app

Install dependencies:

npm install or yarn install

Running the Project

npm run dev or yarn dev

Open your browser and navigate to http://localhost:3000.

About

A simple React app displaying blog posts from {JSON} Placeholder with a possibility to filter them by author.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published