A responsive React app to search and filter educational topics using a search bar and tag-based dropdown. Built with Vite, Tailwind CSS, and Lucide icons.
- Real-time search functionality
- Filter topics by tags (e.g., Beginner, AI, JavaScript)
- Responsive and modern UI
- Built with React and Vite
- Styled using Tailwind CSS
- The app displays a list of topics.
- Users can type a keyword to search by topic name.
- Users can also select a tag (like "AI", "Beginner", "Cloud", etc.) to filter topics.
- React – JavaScript library for building UI
- Vite – Fast development build tool
- Tailwind CSS – Utility-first CSS framework
- Lucide-react – Icon library used for the search icon
- Clone the project:
git clone https://github.com/your-username/topic-wave-filter.git cd topic-wave-filter