Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 468 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 468 Bytes

MyReads/React-Bookshelf Project

A bookshelf application built with React that allows users to select and categorize books they have read,currently reading or want to read in the future. The application has a search feature that allows the users to search from a given category running on the backend.

Live project demo

Install and Launch

  1. Install dependencies: npm install

  2. Run the application: npm start