A simple React Application showing the collection of books, using MUI framework, NYTimes Book API.
P.S. Books Api has limit: "there are two rate limits per API: 500 requests per day and 5 requests per minute". More about Books API
- Clone the repository.
- Run a cloned React repository:
- Go to the repository´s folder;
- Run
to get node_modulesnpm install
- Run
npm start