Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 851 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 851 Bytes

MyReads Project

This is a library management app which keeps track of the books. It assigns the books to a particular shelf.

SEARCH PAGE

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.

HOME PAGE

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.

To run the app:

  • 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.