React Posts List App

This is a simple React app that displays a list of posts. The posts are fetched from a JSON file and displayed in a list. The app also has a search bar that allows users to search for posts by title.

Installation

  • Clone the repository
git clone git@github.com:IamManchanda/react-posts-list-app.git
  • Change to the project directory
cd react-posts-list-app
  • Install dependencies
npm install
  • Start the development server
npm run dev