Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 665 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 665 Bytes

TalentHub Assessment

This is a TalentHub Assessment which uses vue 3 for front end and .Net for backend

Project

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.

Project Setup

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.