This project is a React-based web application that allows users to search through a list of blogs fetched from an API. The search results are displayed in a modal, providing a clean and user-friendly interface for blog exploration.
- Blog Fetching: Fetches a list of blogs from an external API.

- Search Functionality: Allows users to search blogs by title or description.

- Modal Display: Search results are displayed in a modal, which can be opened and closed dynamically.

- React: JavaScript library for building user interfaces.
- Next.js: React framework for server-side rendering and generating static websites.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- Tailwind CSS: A utility-first CSS framework for designing responsive layouts.
- Node.js: Ensure that Node.js is installed on your system.
- npm or yarn: Package manager to install dependencies.