Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 518 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 518 Bytes

Books Paradise

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

My Image

Usage

  1. Clone the repository.
  2. Run a cloned React repository:
    • Go to the repository´s folder;
    • Run
    npm install
    
    to get node_modules
  3. Run
npm start