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.
Display a list of blog posts. Filter blog posts by author.
Frontend: React, TypeScript, Tailwind CSS Testing: @testing-library/react, vitest Build Tool: Vite
Prerequisites Node.js (>=14.x) npm (>=6.x) or yarn (>=1.x)
Clone the repository: git clone https://github.com/yourusername/blog-posts-app.git cd blog-posts-app
npm install or yarn install
npm run dev or yarn dev
Open your browser and navigate to http://localhost:3000.