This is the project for Udacity's React Fundamentals course.
The application include two pages:
- main page
/
: It allow listing and moving books between the following categoriesCurrently Reading
orWant to Read
orRead
ornone
to remove book category. - search page
/search
: It allow searching books and moving books between the categories mentioned above
To install and lunch the application:
- clone the repo
git pull git@github.com:msalahz/myreads.git
- get inside project directory
cd myreads
- install all project dependencies with
npm install
- start the development server with
npm start
- the application should be accessible on
http://localhost:3000/
in any browser
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 project is licensed under the MIT License.