This is the final project by Udacity for the React Fundamentals - React NanoDegree Program.
To get started developing right away:
- install all project dependencies with
npm install
- start the development server with
npm start
This is a book tracking application where the main page consists of three shelves; Currently Reading, Want to Read and Read. User can select and shift the books in any shelves. Furthermore user can make a book disappear from all three shelves, by selecting none. User can also go to search page.
On search page, through input field, user can search the books and add them to anyof the three shelves.
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.