Student Project #5 during Front-End Development Nanodegree Program at Udacity.
The MyReads project is an app where you can search and organize books, working like as your personal shelf. The books can classified by I want to read
, currently reading
and Read
.
The first purpose of this project is to demonstrate understanding of the basic structure and operation of a React-based app. This is the final assessment project for Udacity's React Fundamentals course.
- Install all project dependencies with
npm install
- Start the development server with
npm start
- With the server running, you can view in the browser:
http://localhost:3000
- React - The web framework used
- Create React App - To bootstrap the project
The backend API is limited to a fixed set of search terms. See below for valid search options, 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.