Search Screen
fun SearchScreen(navController: NavHostController, category: String? = "", viewModel: BookSearchScreenViewModel = viewModel())
BookSearchScreen is the screen that allows the user to search for books by ISBN, Title, Author, or Category.
Parameters
nav Controller
the navigation controller used to navigate between screens
category
the category to search for books in
view Model
the view model used to search for books