A modern and responsive React.js application that allows users to search for blogs and displays the results in a visually appealing card-based layout. The project leverages Material-UI for design and provides a seamless user experience.
- 🔍 Search Functionality: Search blogs by title with real-time filtering.
- 🎨 Responsive Design: Fully responsive layout for all devices.
- 🌟 Attractive UI: Hover effects, modern typography, and styled components using Material-UI.
- 📚 Mock Data: Preloaded blog data for demo purposes.
- 🚀 Performance Optimizations: Efficient filtering and a loading spinner for a better user experience.
Ensure you have the following installed on your system:
- Node.js (v14 or above)
- npm or yarn
- Clone the repository:
git clone https://github.com/Shubham121s/blog-search-app.git cd blog-search-app