Final assessment project for Udacity's React Fundamentals course.
To get started developing:
- clone this repo and
cd
into it - install all project dependencies with
npm install
(oryarn
) - start the development server with
npm start
(oryarn start
)
If everything went smoothly you can now open and view the application at localhost:3000
on your local machine and interact with it (if it hasn't already opened automatically).
The search queries are limited to this list of words
.
However, remember that the BooksAPI.search()
method DOES search by title or author.
So, don't worry if you don't find a specific author or title.
For more info about the BooksAPI.js
provided for development please refer to the react nanodegree starter project
.
This project was bootstrapped with Create React App
and integrated with some of the materials provided by the react nanodegree starter project
.