Description
Implement search functionality for the local library (references.bib).
Dependencies
Tasks
Acceptance Criteria
- User can type keywords and see matching entries
- Results show title, author, year, and cover image
- Search is responsive (< 100ms for typical queries)
Technical Notes
- Consider caching parsed data in localStorage
- Build-time indexing as optimization (optional)