This project was created with REACT as part of Udacity Front-End Developer Nanodegree.
##User instructions
- install all project dependencies with
npm install
- start the server with
npm start
- Open Local server in the browser
A page that shows 3 shelves for books, and each book is shown on the their shelf Currently reading
, Read
and Want to read
.
Each book shows a control that allows users to move it between shelves.
The main page contains a link to the search page. When the link is clicked, the search page is displayed and can search books to add on shelf.
A backend server is provided in Backend Server
The backend API uses a fixed set of cached search results and is limited to a particular set of search terms, which can be found in SEARCH_TERMS.md. That list of terms are the only terms that will work with the backend, so don't be surprised if your searches for Basket Weaving or Bubble Wrap don't come back with any results.
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.
This repository is project for Udacity Front-End Developer Nanodegree. Therefore, we most likely will not accept pull requests.
For details, check out CONTRIBUTING.md.