/books

CRUD operations on basic Book Listing app with using the concepts of Context API.

Primary LanguageJavaScript

App to develop a CRUD functionality to operate on the lists of Books by the user.

Using Json-server to handle the lists of book. Context-api to solve the problem of prop drilling.