by Smarajit Dasgupta
A library management app. Assignment #1 for Udacity React nanodegree program.
The project involves building the React components to populate the main page and search page with books. The main page has three shelves and the users are able to move the books between shelves. The search page allows users to search for new books via a given API server to add to their shelves.The project uses React's setState to build the functionality to move books from one shelf to another.
- Download / Clone repository
git clone https://github.com/smarajitdasgupta/reactnd-project-myreads-starter.git - install all project dependencies with
npm install - start the development server with
npm start
The backend API uses a fixed set of search results and is limited to a set of search terms, which can be found in SEARCH_TERMS.md.