File: frontend/src/pages/Students.js\n\nIssue: Search input exists but has no onChange handler\n\nDifficulty: Medium\n\nWhat to implement:\n1. Add onChange handler to search input\n2. Filter students based on search term\n3. Search by name and email\n4. Debounce search for performance
File: frontend/src/pages/Students.js\n\nIssue: Search input exists but has no onChange handler\n\nDifficulty: Medium\n\nWhat to implement:\n1. Add onChange handler to search input\n2. Filter students based on search term\n3. Search by name and email\n4. Debounce search for performance