This is a library management app which keeps track of the books. It assigns the books to a particular shelf.
It has Search page to find the books quickly and dynamically. Shelf select menu is provided to each book from where we can see on which shelf it is currently residing. It is also used to switch between the shelves.
On the Home page, the shelves are displayed with the books inside them. They also include the Shelf select menu from where the shelves can be switched quickly.
- npm is required. You can get it from here npm.
- install all project dependencies with
npm install
- start the development server with
npm start
This project was bootstrapped with Create React App.