This is a TalentHub Assessment which uses vue 3 for front end and .Net for backend
The project retrieves a list of books via an API endpoint. The list of books is displayed on the front end. The user is able to perform task such as searching and filtering(by title/author) on the books. The user is able to see the title, author,cover image and summary(displayed in modal) of each book.
Inorder to run the code successfully please follow the instructions supplied in each readme within front-end and back-end directories.
And make sure to run the backend first, so the books can be served on the front end.