/react-bookshelf

A bookshelf project for the Udacity React Nanodegree.

Primary LanguageJavaScriptMIT LicenseMIT

A React Bookshelf

This is a bookshelf project built in React for the Udacity React Nanodegree.

Demo

Bookshelf project in action

Instructions

Follow these steps to run this project from your local server:

  1. Clone this repository - git clone https://github.com/tyhopp/react-bookshelf
  2. Change into the project repo - cd react-bookshelf
  3. Download the node modules - npm install
  4. Start the project - npm start or yarn start

Functionality

This bookshelf allows you to organize your books by "Currently Reading", "Want To Read", and "Read". Move books from shelf to shelf by selecting the book's dropdown and selecting the desired shelf.

You can also search available books by clicking on the plus icon. From there, use the same method to move the book to the desired shelf on your bookshelf.

A Note on Search Terms

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.

Attributions

Base HTML and CSS styles were provided by the React Nanodegree team from the starter template. It was also bootstrapped with create-react-app, where you can find more common tasks to perform.

License

MIT License

Copyright (c) 2018 Ty Hopp