Library Management System:
The Library Management system has supported the following operations are:
- Show the Data
- Search the Data based on BookName and Author Name
- Add New Book
- Entry for Book getting the user
Dependencies
We have used the following packages for this sample
- react
- react-dom
- material-table – for rendering in Table view
- @material/react-card – for rendering in Card view
- react-router-dom - for Routing
Ensure the following are installed in your machine:
- Node JS
- React
Run commands :
- npm install / yarn install
- npm start