Demo - https://booksstack.herokuapp.com
A classic online book library has all the features of a physical library. Online book library system should be user friendly and easy to understand . User should be able to perform below functionality with the system:
-
Adding the book with details like book name , book description , count ,author etc .. (While adding you can save the book detail in redux store and leverage the same values while searching).
-
Searching the book
-
Editing a particular book detail
-
Also create a page with the list of all the books listed in the system.
- Clone this repo
- Run
npm install
to install all the dependencies - Run
npm start
for development mode - New browser window should open automatically.